diff options
author | Fabio Estevam <festevam@denx.de> | 2024-06-24 21:20:22 -0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-06-25 15:54:23 +0100 |
commit | a93f089ccf823dcb9cf678969e127047762a1473 (patch) | |
tree | 6edf7e05f63e15ef5476cd483f69cb31a0fbc438 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 17436001a6bc42c7f55dc547ca5b1a873208d91d (diff) |
spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
Replace SET_RUNTIME_PM_OPS()/SET SYSTEM_SLEEP_PM_OPS() with their modern
RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS() alternatives.
The combined usage of pm_ptr() and RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS()
allows the compiler to evaluate if the runtime suspend/resume() functions
are used at build time or are simply dead code.
This allows removing the __maybe_unused notation from the runtime
suspend/resume() functions.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Link: https://patch.msgid.link/20240625002023.228235-1-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions