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)
commit77e7b30b23d3360f627e991aea8255fa9914dd55
tree4f6d4ffc572946d2fff493106246a67100388acc
parent944f8a1a6f5ff8b503f3544811d0aa4ac27dd2aa
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