Re: [PATCH 03/32] Input: cros-ec-keyb - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
From: Stephen Boyd <hidden>
Date: 2022-12-07 00:41:45
From: Stephen Boyd <hidden>
Date: 2022-12-07 00:41:45
Quoting Jonathan Cameron (2022-12-04 10:08:12)
From: Jonathan Cameron <Jonathan.Cameron@huawei.com> 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: Stephen Boyd <redacted> ---
Reviewed-by: Stephen Boyd <redacted>