Re: [PATCH] rsi: sdio: fix building without CONFIG_PM

2017-11-02 Thread Kalle Valo
Arnd Bergmann writes: > On Thu, Nov 2, 2017 at 3:57 PM, Kalle Valo wrote: >> Arnd Bergmann writes: >> >>> The addition of the WoWLAN support has caused a number of new >>> build errors when CONFIG_PM is disabled, including: >>> >>> drivers/net/wireless/rsi/rsi_91x_mac80211.c: In function >>> '

Re: [PATCH] rsi: sdio: fix building without CONFIG_PM

2017-11-02 Thread Arnd Bergmann
On Thu, Nov 2, 2017 at 3:57 PM, Kalle Valo wrote: > Arnd Bergmann writes: > >> The addition of the WoWLAN support has caused a number of new >> build errors when CONFIG_PM is disabled, including: >> >> drivers/net/wireless/rsi/rsi_91x_mac80211.c: In function >> 'rsi_wow_map_triggers': >> drivers

Re: [PATCH] rsi: sdio: fix building without CONFIG_PM

2017-11-02 Thread Kalle Valo
Arnd Bergmann writes: > The addition of the WoWLAN support has caused a number of new > build errors when CONFIG_PM is disabled, including: > > drivers/net/wireless/rsi/rsi_91x_mac80211.c: In function > 'rsi_wow_map_triggers': > drivers/net/wireless/rsi/rsi_91x_mac80211.c:1773:19: error: 'RSI_WO

[PATCH] rsi: sdio: fix building without CONFIG_PM

2017-11-02 Thread Arnd Bergmann
The addition of the WoWLAN support has caused a number of new build errors when CONFIG_PM is disabled, including: drivers/net/wireless/rsi/rsi_91x_mac80211.c: In function 'rsi_wow_map_triggers': drivers/net/wireless/rsi/rsi_91x_mac80211.c:1773:19: error: 'RSI_WOW_ANY' undeclared (first use in thi