diff options
author | 2024-08-05 23:16:28 -0300 | |
---|---|---|
committer | 2024-08-07 20:13:32 -0700 | |
commit | de6c7b9ada33046481a094be073b85a25dcffcaf (patch) | |
tree | d291df1aa16c16e79792fcadf00831a29e13c7bf /tools/testing/selftests/bpf/prog_tests/setget_sockopt.c | |
parent | net/fungible: Avoid -Wflex-array-member-not-at-end warning (diff) | |
download | wireguard-linux-de6c7b9ada33046481a094be073b85a25dcffcaf.tar.xz wireguard-linux-de6c7b9ada33046481a094be073b85a25dcffcaf.zip |
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/setget_sockopt.c')
0 files changed, 0 insertions, 0 deletions