aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-17 11:10:55 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-17 11:10:55 -0700
commit9eb066438b01bc70ef915987f881d3e57e698a30 (patch)
tree4b8e98bb0e4d695d4904c9ded67bdb6bce9eb023 /drivers/staging/wilc1000/Makefile
parentstaging: wilc1000: remove WILC_TimerCreate() (diff)
downloadlinux-dev-9eb066438b01bc70ef915987f881d3e57e698a30.tar.xz
linux-dev-9eb066438b01bc70ef915987f881d3e57e698a30.zip
staging: wilc1000: remove WILC_TimerStart()
It was a wrapper around mod_timer() so replace it with the real timer call and remove wilc_timer.c as it's now empty. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/Makefile')
-rw-r--r--drivers/staging/wilc1000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/wilc1000/Makefile b/drivers/staging/wilc1000/Makefile
index a6bfb838c431..6be8a920706a 100644
--- a/drivers/staging/wilc1000/Makefile
+++ b/drivers/staging/wilc1000/Makefile
@@ -27,7 +27,7 @@ ccflags-$(CONFIG_WILC1000_DYNAMICALLY_ALLOCATE_MEMROY) += -DWILC_NORMAL_ALLOC
wilc1000-objs := wilc_wfi_cfgoperations.o linux_wlan.o linux_mon.o \
wilc_memory.o wilc_msgqueue.o \
- wilc_timer.o coreconfigurator.o host_interface.o \
+ coreconfigurator.o host_interface.o \
wilc_sdio.o wilc_spi.o wilc_wlan_cfg.o wilc_debugfs.o
wilc1000-$(CONFIG_WILC1000_SDIO) += linux_wlan_sdio.o