diff options
author | Jonathan Cameron <[email protected]> | 2023-01-14 17:16:17 +0000 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2023-01-27 14:49:53 -0800 |
commit | f31e7388dd1633ed2273cc5c6a99f225ec1a5350 (patch) | |
tree | a3e220a9117c2e60b3b0261fd926985e9027db14 /tools/testing/selftests/bpf/progs/test_autoload.c | |
parent | 6b9c160853657accdc38c0a24e70ded3547db326 (diff) |
Input: omap4-keyad - use pm_ptr() and RUNTIME_DEV_PM_OPS()
SET_RUNTIME_DEV_PM_OPS() is deprecated as it requires explicit protection
against unused function warnings. The new combination of pm_ptr()
and RUNTIME_DEV_PM_OPS() allows the compiler to see the functions,
thus suppressing the warning, but still allowing the unused code to be
removed. Thus also drop the __maybe_unused markings.
Note that DEFINE_RUNTIME_DEV_PM_OPS() is not used because that adds
additional callbacks for suspend and resume and would need
testing.
Signed-off-by: Jonathan Cameron <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions