diff options
author | Paul Cercueil <paul@crapouillou.net> | 2022-11-29 19:17:15 +0000 |
---|---|---|
committer | Paul Cercueil <paul@crapouillou.net> | 2022-12-12 12:30:56 +0000 |
commit | 68c8704de0527020094698f384ae8c5f749bba2f (patch) | |
tree | d987fa520cc1ddb50689747a5e5f27851bd35775 /drivers/gpu/drm/imx/dcss/dcss-drv.c | |
parent | 612e241fb4bcd98d8ff9da7a795abb86b8ccfe38 (diff) | |
download | linux-68c8704de0527020094698f384ae8c5f749bba2f.tar.gz |
drm: atmel-hlcdc: Remove #ifdef guards for PM related functions
Use the DEFINE_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>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221129191733.137897-9-paul@crapouillou.net
Diffstat (limited to 'drivers/gpu/drm/imx/dcss/dcss-drv.c')
0 files changed, 0 insertions, 0 deletions