commit | a1b13b9ad3759dca24c6b721ee026c540a4e6564 | [log] [tgz] |
---|---|---|
author | Gabor Juhos <juhosg@openwrt.org> | Thu Oct 17 09:42:35 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Oct 18 14:07:00 2013 -0400 |
tree | a4bdd4ee371b74d81311c98e03f3131b3b8675dd | |
parent | fe7ef7c60c33fd339f40320fae76bc56d368dae5 [diff] |
rt2x00: rt2800pci: use module_pci_driver macro Use the module_pci_driver() macro to make the code simpler by eliminating module_init and module_exit calls. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>