diff options
author | 2023-01-14 17:16:17 +0000 | |
---|---|---|
committer | 2023-01-27 14:49:53 -0800 | |
commit | f31e7388dd1633ed2273cc5c6a99f225ec1a5350 (patch) | |
tree | a3e220a9117c2e60b3b0261fd926985e9027db14 /scripts/generate_rust_analyzer.py | |
parent | Input: applespi - use pm_sleep_ptr() and SYSTEM_SLEEP_PM_OPS() (diff) | |
download | wireguard-linux-f31e7388dd1633ed2273cc5c6a99f225ec1a5350.tar.xz wireguard-linux-f31e7388dd1633ed2273cc5c6a99f225ec1a5350.zip |
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 <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20230114171620.42891-14-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions