From: YueHaibing Date: Wed, 9 Sep 2020 13:59:05 +0000 (+0800) Subject: wlcore: Remove unused macro WL1271_SUSPEND_SLEEP X-Git-Tag: v5.10-rc1~107^2~150^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d06e2f8b41b67bf6b58d9a636ecec901fd3fb47d;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Kalle Valo Link: https://lore.kernel.org/r/20200909135905.35728-1-yuehaibing@huawei.com --- diff --git a/drivers/net/wireless/ti/wlcore/main.c b/drivers/net/wireless/ti/wlcore/main.c index 821ad1acd5059..b55b8e0dab103 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;