Skip to content
Commit 98e94444 authored by Mike Frysinger's avatar Mike Frysinger Committed by Rusty Russell
Browse files

virtio_blk: add missing __dev{init,exit} markings



The remove member of the virtio_driver structure uses __devexit_p(), so
the remove function itself should be marked with __devexit.  And where
there be __devexit on the remove, so is there __devinit on the probe.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 9fa29b9d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment