Commit 9bdcbdaf authored by Ajay Singh's avatar Ajay Singh Committed by Kalle Valo
Browse files

wilc1000: fix compiler warning for 'wowlan_support' unused variable



Avoid below reported warning found when 'CONFIG_PM' config is
undefined.

'warning: unused variable 'wowlan_support' [-Wunused-const-variable]'

Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarAjay Singh <ajay.kathat@microchip.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200710051826.3267-4-ajay.kathat@microchip.com
parent 1b3dd774
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,9 +46,11 @@ static const struct ieee80211_txrx_stypes
	}
};

#ifdef CONFIG_PM
static const struct wiphy_wowlan_support wowlan_support = {
	.flags = WIPHY_WOWLAN_ANY
};
#endif

struct wilc_p2p_mgmt_data {
	int size;