Re: [PATCH 07/32] Input: ipaq-micro-keys - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
From: Linus Walleij <hidden>
Date: 2022-12-06 23:43:19
From: Linus Walleij <hidden>
Date: 2022-12-06 23:43:19
On Sun, Dec 4, 2022 at 6:56 PM Jonathan Cameron [off-list ref] wrote:
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: Linus Walleij <redacted>
Acked-by: Linus Walleij <redacted> Yours, Linus Walleij