diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-01-02 21:17:52 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-01-10 07:25:22 +0300 |
commit | 349fe1e44dacc28aef48f764634e457df597c8a9 (patch) | |
tree | 3f35283078ba1cfff194240c928d5710687e1138 /drivers/input/joystick/amijoy.c | |
parent | a410677f4042a7f84644173a893780daee34ff3f (diff) | |
download | linux-349fe1e44dacc28aef48f764634e457df597c8a9.tar.xz |
Input: pwm-beeper - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
SIMPLE_DEV_PM_OPS() is deprecated as it requires explicit protection
against unused function warnings. The new combination of pm_sleep_ptr()
and DEFINE_SIMPLE_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.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230102181842.718010-20-jic23@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/joystick/amijoy.c')
0 files changed, 0 insertions, 0 deletions