diff options
author | YueHaibing | 2020-09-09 21:59:05 +0800 |
---|---|---|
committer | Kalle Valo | 2020-09-16 09:07:49 +0300 |
commit | d06e2f8b41b67bf6b58d9a636ecec901fd3fb47d (patch) | |
tree | 6ff12cd2e39f22442db6e68b485e6fe049e6c800 | |
parent | b09a2b3265187dc2929ccee77ec4bd5305733717 (diff) |
wlcore: Remove unused macro WL1271_SUSPEND_SLEEP
commit 45aa7f071b06 ("wlcore: Use generic runtime pm calls for wowlan elp configuration")
left behind this, remove it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200909135905.35728-1-yuehaibing@huawei.com
-rw-r--r-- | drivers/net/wireless/ti/wlcore/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index 821ad1acd505..b55b8e0dab10 100644 --- a/drivers/net/wireless/ti/wlcore/main.c +++ b/drivers/net/wireless/ti/wlcore/main.c @@ -30,7 +30,6 @@ #include "sysfs.h" #define WL1271_BOOT_RETRIES 3 -#define WL1271_SUSPEND_SLEEP 100 #define WL1271_WAKEUP_TIMEOUT 500 static char *fwlog_param; |