diff options
author | Fabio Estevam <festevam@denx.de> | 2024-05-07 20:37:34 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-05-27 03:31:22 +0300 |
commit | fa14065d71cb0cfe8eb445b23fd313922693a1fa (patch) | |
tree | 47e7a28ee66ca087f08e965cd7c992e6414f7970 /net/unix/af_unix.c | |
parent | 560495c04d053b98f1349249a8d0545fb25d84ec (diff) | |
download | linux-fa14065d71cb0cfe8eb445b23fd313922693a1fa.tar.xz |
ASoC: fsl: fsl_easrc: Switch to RUNTIME_PM_OPS()
Replace SET_RUNTIME_PM_OPS() with its modern alternative RUNTIME_PM_OPS().
The combined usage of pm_ptr() and RUNTIME_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://msgid.link/r/20240507173735.3456334-2-festevam@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions