From: Chaehyun Lim Date: Thu, 3 Mar 2016 05:28:23 +0000 (+0900) Subject: staging: wilc1000: remove unused define X-Git-Tag: next-20160307~21^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=09db529cb52f84865b754e944d584972a1665098;p=karo-tx-linux.git staging: wilc1000: remove unused define This patch removes INFINITE_SLEEP_TIME that is not used in the driver, so just remove it. Signed-off-by: Chaehyun Lim 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 9eb123b58aae..83cf84dd63b5 100644 --- a/drivers/staging/wilc1000/wilc_wlan_if.h +++ b/drivers/staging/wilc1000/wilc_wlan_if.h @@ -96,8 +96,6 @@ typedef void (*wilc_tx_complete_func_t)(void *, int); #define MAX_SSID_LEN 33 #define MAX_RATES_SUPPORTED 12 -#define INFINITE_SLEEP_TIME ((u32)0xFFFFFFFF) - typedef enum { SUPP_RATES_IE = 1, EXT_SUPP_RATES_IE = 50,