From 2cc320733dd315f3768104cd2eaf7ab3e8eb4a7f Mon Sep 17 00:00:00 2001 From: Ajay Singh Date: Wed, 25 Apr 2018 22:48:15 +0530 Subject: [PATCH] staging: wilc1000: remove used #define HIF_SDIO_GPIO_IRQ Cleanup patch to remove unused #define. Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- drivers/staging/wilc1000/wilc_wlan_if.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index eb8d81906d30..e8a56f4663b4 100644 --- a/drivers/staging/wilc1000/wilc_wlan_if.h +++ b/drivers/staging/wilc1000/wilc_wlan_if.h @@ -21,7 +21,6 @@ #define HIF_SDIO (0) #define HIF_SPI BIT(0) -#define HIF_SDIO_GPIO_IRQ BIT(2) /******************************************** * -- 2.30.2