diff options
| author | Fabio Estevam <festevam@denx.de> | 2024-06-24 21:20:23 -0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2024-06-25 15:54:24 +0100 |
| commit | 6765e859fac9acdc1265b6f16ed33f42317ed30e (patch) | |
| tree | a259472047be1b8e275e1bf125f84a8f9f2aba6a /tools/perf/scripts/python | |
| parent | spi: spi-imx: Switch to RUNTIME_PM_OPS/SYSTEM_SLEEP_PM_OPS() (diff) | |
| download | linux-6765e859fac9acdc1265b6f16ed33f42317ed30e.tar.gz linux-6765e859fac9acdc1265b6f16ed33f42317ed30e.zip | |
spi: spi-fsl-lpspi: Switch to SYSTEM_SLEEP_PM_OPS()
Replace SET_SYSTEM_SLEEP_PM_OPS with its modern SYSTEM_SLEEP_PM_OPS()
alternative.
The combined usage of pm_ptr() and 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-2-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
