diff options
author | Glen Lee <glen.lee@atmel.com> | 2015-12-21 14:18:34 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-12-21 13:21:09 -0800 |
commit | 523fc23f1179606492aa8f0252ef7f631f27346f (patch) | |
tree | d89fc5eede32c36ed87efdd9f02204f7e7ebafcd /drivers/staging/wilc1000/Makefile | |
parent | 43a7622935c72a6724d62d7fb5da35fbe7328f0e (diff) |
staging: wilc1000: remove unused files
This patch removes linux_wlan_spi.[ch] which are not used anymore.
Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/Makefile')
-rw-r--r-- | drivers/staging/wilc1000/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile index 09f0ddbb6774..20a5cb9d4f4c 100644 --- a/drivers/staging/wilc1000/Makefile +++ b/drivers/staging/wilc1000/Makefile @@ -17,4 +17,4 @@ obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o wilc1000-sdio-objs += wilc_sdio.o obj-$(CONFIG_WILC1000_SPI) += wilc1000-spi.o -wilc1000-spi-objs += linux_wlan_spi.o wilc_spi.o +wilc1000-spi-objs += wilc_spi.o |