diff options
author | Fabio Estevam <festevam@denx.de> | 2024-08-05 23:16:28 -0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-08-07 20:13:32 -0700 |
commit | de6c7b9ada33046481a094be073b85a25dcffcaf (patch) | |
tree | d291df1aa16c16e79792fcadf00831a29e13c7bf /tools/testing/selftests/bpf/prog_tests/global_data_init.c | |
parent | 3f49edf44bd660d393b68a2b1d77a0841fb7f21d (diff) |
net: fec: Switch to RUNTIME/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>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://patch.msgid.link/20240806021628.2524089-1-festevam@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/global_data_init.c')
0 files changed, 0 insertions, 0 deletions