diff options
| author | Fabio Estevam <[email protected]> | 2024-08-06 02:16:28 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2024-08-08 03:13:32 +0000 |
| commit | de6c7b9ada33046481a094be073b85a25dcffcaf (patch) | |
| tree | d291df1aa16c16e79792fcadf00831a29e13c7bf /tools/testing/selftests/bpf/prog_tests/sockmap_basic.c | |
| parent | net/fungible: Avoid -Wflex-array-member-not-at-end warning (diff) | |
| download | kernel-de6c7b9ada33046481a094be073b85a25dcffcaf.tar.gz kernel-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 <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/sockmap_basic.c')
0 files changed, 0 insertions, 0 deletions
