]> git.baikalelectronics.ru Git - kernel.git/commit
wl18xx: use module_platform_driver
authorDevendra Naga <devendra.aaru@gmail.com>
Wed, 29 Aug 2012 17:33:01 +0000 (23:03 +0530)
committerLuciano Coelho <luca@coelho.fi>
Thu, 27 Sep 2012 08:44:40 +0000 (11:44 +0300)
commite812abe9710946f9ea1a4b2eba162f46b014c72d
tree4f6d4ffc572946d2fff493106246a67100388acc
parent45c3b83d68926bf13dfb9aa5cb6936495af81bfd
wl18xx: use module_platform_driver

the driver's init and exit routines can be implemented with the
module_platform_driver, as the init and exit code is same as
that of the module_platform_driver

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Luciano Coelho <luca@coelho.fi>
drivers/net/wireless/ti/wl18xx/main.c