linux_dsm_epyc7002/drivers/net/wireless/wl12xx
Luciano Coelho f634a4e707 wl12xx: fix compilation error when CONFIG_PM is not set
There was a compilation error when PM is not enabled:

  CC [M]  drivers/net/wireless/wl12xx/main.o
drivers/net/wireless/wl12xx/main.c:3653: error: unknown field 'suspend' specified in initializer
drivers/net/wireless/wl12xx/main.c:3653: warning: initialization from incompatible pointer type
drivers/net/wireless/wl12xx/main.c:3654: error: unknown field 'resume' specified in initializer
drivers/net/wireless/wl12xx/main.c:3654: warning: initialization from incompatible pointer type

Fix this by adding #ifdef's in the appropriate places.

Cc: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-05-18 16:51:26 -04:00
..
acx.c
acx.h
boot.c
boot.h
cmd.c
cmd.h
conf.h
debugfs.c
debugfs.h
event.c
event.h
ini.h
init.c
init.h
io.c
io.h
Kconfig
main.c wl12xx: fix compilation error when CONFIG_PM is not set 2011-05-18 16:51:26 -04:00
Makefile
ps.c
ps.h
reg.h
rx.c
rx.h
scan.c
scan.h
sdio_test.c
sdio.c wl12xx: fix compilation error when CONFIG_PM is not set 2011-05-18 16:51:26 -04:00
spi.c
testmode.c
testmode.h
tx.c
tx.h
wl12xx_80211.h
wl12xx_platform_data.c
wl12xx.h