diff options
author | Paul Cercueil <[email protected]> | 2022-01-07 18:17:21 +0000 |
---|---|---|
committer | Rafael J. Wysocki <[email protected]> | 2022-01-12 19:59:05 +0100 |
commit | 9d8619190031af0a314bee865262d8975473e4dd (patch) | |
tree | 448f18c2195694289032dcdda12be50dee3b3710 /net/lapb/lapb_in.c | |
parent | 0ae101fdd3297b7165755340e05386f1e1379709 (diff) |
PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macro
A lot of drivers create a dev_pm_ops struct with the system sleep
suspend/resume callbacks set to pm_runtime_force_suspend() and
pm_runtime_force_resume().
These drivers can now use the DEFINE_RUNTIME_DEV_PM_OPS() macro, which
will use pm_runtime_force_{suspend,resume}() as the system sleep
callbacks, while having the same dead code removal characteristic that
is already provided by DEFINE_SIMPLE_DEV_PM_OPS().
Signed-off-by: Paul Cercueil <[email protected]>
Acked-by: Jonathan Cameron <[email protected]>
Reviewed-by: Ulf Hansson <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions