commit | 15a12e83da812e9116577d46b048923587da5000 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Oct 26 23:04:22 2012 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Oct 30 14:04:52 2012 -0700 |
tree | f61236e05c6f0fe7b0634bef618717814e43a6ee | |
parent | 669fef464468d3f02d60a5cf725fc097e03c5cb8 [diff] |
serial: 8250_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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>