Re: [PATCH] virtio-pci: use module_pci_driver to simplify the code
From: Rusty Russell <hidden> Date: 2012-10-11 08:32:50
Wei Yongjun [off-list ref] writes:
From: Wei Yongjun <redacted>
Use the module_pci_driver() macro to make the code simpler
by eliminating module_init and module_exit calls.
dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)
Signed-off-by: Wei Yongjun <redacted>