]> git.baikalelectronics.ru Git - kernel.git/commit
staging/wilc1000: move init/exit functions to driver files
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:05:00 +0000 (15:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commit9e3698a2a03deedead37071e9ea2371d4787cdd6
treee00c77d8b7b62732d627540cb5afe99fbfa7459c
parentf0065b9f84dbccdcd5a1a4e99dba1fc2ca43e878
staging/wilc1000: move init/exit functions to driver files

The driver interfaces are in linux_wlan_sdio.c and linux_wlan_spi.c, so
this is where the init and exit functions should be. Splitting this up
enables further cleanups, including eventually allowing both modules
to be built together.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/linux_wlan.c
drivers/staging/wilc1000/linux_wlan_common.h
drivers/staging/wilc1000/linux_wlan_sdio.c
drivers/staging/wilc1000/linux_wlan_sdio.h
drivers/staging/wilc1000/linux_wlan_spi.c
drivers/staging/wilc1000/linux_wlan_spi.h
drivers/staging/wilc1000/wilc_wfi_netdevice.h