linux_dsm_epyc7002/drivers/net/ethernet/atheros
Jingoo Han 8bca424214 net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions
Add CONFIG_PM_SLEEP to suspend/resume functions to fix the following
build warning when CONFIG_PM_SLEEP is not selected. This is because
sleep PM callbacks defined by SIMPLE_DEV_PM_OPS are only used when
the CONFIG_PM_SLEEP is enabled.

drivers/net/ethernet/atheros/atlx/atl1.c:2861:12: warning: 'atl1_resume' defined but not used [-Wunused-function]

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-03-26 12:47:17 -04:00
..
atl1c atl1c: restore buffer state 2013-02-19 13:18:13 -05:00
atl1e drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb 2013-03-09 16:09:19 -05:00
atlx net: ethernet: atheros: add CONFIG_PM_SLEEP to suspend/resume functions 2013-03-26 12:47:17 -04:00
Kconfig drivers/net/ethernet/atheros: remove depends on CONFIG_EXPERIMENTAL 2013-01-11 11:38:07 -08:00
Makefile