diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-05-18 03:39:09 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-06-12 22:16:39 +0930 |
commit | 98e94444748e9af93423d1fab90543e75569a58c (patch) | |
tree | d775c68462a2f9d478a45f2f7de916dfe2e6833f /virt | |
parent | 9fa29b9df32ba4db055f3977933cd0c1b8fe67cd (diff) |
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: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions