From: Ajay Singh Date: Wed, 25 Apr 2018 17:18:16 +0000 (+0530) Subject: staging: wilc1000: remove unused #define related to MAC status X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1ece3fb7c77e6348625a353550f9e7c98a068ae5;p=linux.git staging: wilc1000: remove unused #define related to MAC status Remove below #define which are not used in code: WILC_MAC_STATUS_READY WILC_MAC_STATUS_CONNECT Signed-off-by: Ajay Singh Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wlan_if.h b/drivers/staging/wilc1000/wilc_wlan_if.h index e8a56f4663b40..198234824d832 100644 --- a/drivers/staging/wilc1000/wilc_wlan_if.h +++ b/drivers/staging/wilc1000/wilc_wlan_if.h @@ -49,8 +49,6 @@ struct sdio_cmd53 { #define WILC_MAC_INDICATE_STATUS 0x1 #define WILC_MAC_STATUS_INIT -1 -#define WILC_MAC_STATUS_READY 0 -#define WILC_MAC_STATUS_CONNECT 1 #define WILC_MAC_INDICATE_SCAN 0x2