summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/linux_wlan_common.h
diff options
context:
space:
mode:
authorGlen Lee2015-09-17 10:47:24 +0200
committerGreg Kroah-Hartman2015-09-19 04:48:30 +0200
commita87d792b3594454c97c2c9e9693e7dd3bfcbb012 (patch)
treed7944caf06b398021f38fcdbedd03cd6d3a244f7 /drivers/staging/wilc1000/linux_wlan_common.h
parentstaging: wilc1000: remove declaration of wilc_get_chipid (diff)
downloadkernel-qcow2-linux-a87d792b3594454c97c2c9e9693e7dd3bfcbb012.tar.gz
kernel-qcow2-linux-a87d792b3594454c97c2c9e9693e7dd3bfcbb012.tar.xz
kernel-qcow2-linux-a87d792b3594454c97c2c9e9693e7dd3bfcbb012.zip
staging: wilc1000: remove define RX_BH_TYPE
This patch removes the preprocessor definition, RX_BH_TYPE and uses the request_threaded_irq instead of kernel thread to execute the interrupt handler. As a result, linux_wlan_enable_irq() and linux_wlan_disable_irq() are also removed from the linux_wlan.c file. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wilc1000/linux_wlan_common.h')
-rw-r--r--drivers/staging/wilc1000/linux_wlan_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/wilc1000/linux_wlan_common.h b/drivers/staging/wilc1000/linux_wlan_common.h
index 9478e82c8e65..8ef80c6ffbad 100644
--- a/drivers/staging/wilc1000/linux_wlan_common.h
+++ b/drivers/staging/wilc1000/linux_wlan_common.h
@@ -167,7 +167,4 @@ extern atomic_t DEBUG_LEVEL;
#define MODALIAS "WILC_SPI"
#define GPIO_NUM 0x44
#endif
-
-
-void linux_wlan_enable_irq(void);
#endif