commit | e28e84d29395278860626bb967286f0e21fe3263 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Nov 16 15:05:07 2015 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Dec 18 14:19:20 2015 -0800 |
tree | 4e8d613500e65d588d712d9a82666ac4f017ac54 | |
parent | 5547c1f09c070f74978f3cb6c74556b3c5d5d09c [diff] |
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>