Paul Cercueil 19755a0acb mfd: 88pm80x: Remove #ifdef guards for PM related functions
Use the new EXPORT_GPL_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() macros
to handle the .suspend/.resume callbacks.

These macros allow the suspend and resume functions to be automatically
dropped by the compiler when CONFIG_SUSPEND is disabled, without having
to use #ifdef guards.

This has the advantage of always compiling these functions in,
independently of any Kconfig option. Thanks to that, bugs and other
regressions are subsequently easier to catch.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Lee Jones <lee@kernel.org>
2022-12-07 13:28:10 +00:00
..
2022-03-25 13:56:18 -07:00
2022-08-06 10:25:16 -07:00
2022-03-21 18:33:57 -07:00
2022-10-07 11:24:20 -07:00
2022-08-16 12:46:26 +02:00
2019-07-15 20:18:40 -07:00
2022-12-07 13:28:08 +00:00
2022-08-16 12:46:26 +02:00
2022-08-16 12:46:26 +02:00
2022-09-28 16:09:50 +01:00
2022-09-28 16:17:40 +01:00