diff options
author | Joakim Zhang <qiangqing.zhang@nxp.com> | 2021-09-09 12:23:22 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-09-09 13:14:07 +0300 |
commit | 2a48d96fd58a666ae231c3dd6fe4a458798ac645 (patch) | |
tree | 737205dccb9016a5457f46e6f8c948ee26af7833 /usr | |
parent | 9b6ff7eb666415e1558f1ba8a742f5db6a9954de (diff) | |
download | linux-2a48d96fd58a666ae231c3dd6fe4a458798ac645.tar.xz |
net: stmmac: platform: fix build warning when with !CONFIG_PM_SLEEP
Use __maybe_unused for noirq_suspend()/noirq_resume() hooks to avoid
build warning with !CONFIG_PM_SLEEP:
>> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:796:12: error: 'stmmac_pltfr_noirq_resume' defined but not used [-Werror=unused-function]
796 | static int stmmac_pltfr_noirq_resume(struct device *dev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
>> drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c:775:12: error: 'stmmac_pltfr_noirq_suspend' defined but not used [-Werror=unused-function]
775 | static int stmmac_pltfr_noirq_suspend(struct device *dev)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Fixes: 276aae377206 ("net: stmmac: fix system hang caused by eee_ctrl_timer during suspend/resume")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions