linux/drivers/virtio
Rusty Russell 74b2553f1d virtio: fix module/device unloading
The virtio code never hooked through the ->remove callback.  Although
noone supports device removal at the moment, this code is already
needed for module unloading.

This of course also revealed bugs in virtio_blk, virtio_net and lguest
unloading paths.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2007-11-19 11:20:42 +11:00
..
Kconfig
Makefile
config.c
virtio.c virtio: fix module/device unloading 2007-11-19 11:20:42 +11:00
virtio_ring.c