commit | 1ce6853aa0f8e1cc3ae811a85d50cde6ad0ef735 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Oct 16 23:56:13 2012 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Dec 18 15:20:30 2012 +1030 |
tree | 8b9562a60b6de855b18ad0b413cbbae3374a73bc | |
parent | 681f206611aaec4fc8be93d609148e02c704b91d [diff] |
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 <yongjun_wei@trendmicro.com.cn> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>