mirror of
https://github.com/torvalds/linux.git
synced 2025-11-09 13:10:19 +02:00
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 | ||