From: Wei Yongjun Date: Tue, 16 Oct 2012 13:26:13 +0000 (+1030) Subject: virtio-pci: use module_pci_driver to simplify the code X-Git-Tag: v3.8-rc1~28^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce6853aa0f8e1cc3ae811a85d50cde6ad0ef735;p=pandora-kernel.git virtio-pci: use module_pci_driver to simplify the code 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed