mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 09:14:19 +08:00
19b7858c33
Replace SET_*_PM_OPS with *_PM_OPS, which which have the advantage that the
compiler always sees the PM callbacks as referenced, so they don't need to
be wrapped with "#ifdef CONFIG_PM_SLEEP" or tagged with "__maybe_unused" to
avoid "defined but not used" warnings.
See
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pci-j721e.c | ||
pcie-cadence-ep.c | ||
pcie-cadence-host.c | ||
pcie-cadence-plat.c | ||
pcie-cadence.c | ||
pcie-cadence.h |