staging/wilc1000: remove WILC_SDIO/WILC_SPI macros
authorArnd Bergmann <arnd@arndb.de>
Mon, 16 Nov 2015 14:05:07 +0000 (15:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Dec 2015 22:19:20 +0000 (14:19 -0800)
commite28e84d29395278860626bb967286f0e21fe3263
tree4e8d613500e65d588d712d9a82666ac4f017ac54
parent5547c1f09c070f74978f3cb6c74556b3c5d5d09c
staging/wilc1000: remove WILC_SDIO/WILC_SPI macros

The last remaining user of WILC_SDIO macro checks for the correct
time to wait in an interrupt for the PLL to settle. We can
replace this with a runtime check and remove both WILC_SDIO and
WILC_SPI, as we no longer need conditional compilation based on
the hardware type.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/Makefile
drivers/staging/wilc1000/wilc_wlan.c
drivers/staging/wilc1000/wilc_wlan.h