From: Mike Frysinger Date: Mon, 18 May 2009 07:39:09 +0000 (-0400) Subject: virtio_blk: add missing __dev{init,exit} markings X-Git-Tag: v2.6.31-rc1~369^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e94444748e9af93423d1fab90543e75569a58c;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed