mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 20:59:39 +07:00
ffa76e38b7
In certain configurations without power management support, gcc report
the following warning:
drivers/net/ethernet/micrel/ksz884x.c:7182:12: warning:
'pcidev_suspend' defined but not used [-Wunused-function]
7182 | static int pcidev_suspend(struct device *dev_d)
| ^~~~~~~~~~~~~~
Mark pcidev_suspend() as __maybe_unused to make it clear.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
ks8842.c | ||
ks8851_common.c | ||
ks8851_par.c | ||
ks8851_spi.c | ||
ks8851.h | ||
ksz884x.c | ||
Makefile |