diff options
author | Uwe Kleine-König <[email protected]> | 2023-10-23 19:46:19 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2023-12-20 16:04:13 +0100 |
commit | a7bab37f87c2a551ce12aefc30648a206550cd78 (patch) | |
tree | 24cecb4caa373b093f66f463fcddcbbee8da0228 /drivers/pwm/pwm-berlin.c | |
parent | ded38f874eff2bb6fc46a0377aa8dcdcf4b43a2e (diff) |
pwm: atmel-tcb: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions
This macro has the advantage over SIMPLE_DEV_PM_OPS that we don't have to
care about when the functions are actually used, so the corresponding
#ifdef can be dropped.
Also make use of pm_ptr() to discard all PM related stuff if CONFIG_PM
isn't enabled.
Reviewed-by: Jonathan Cameron <[email protected]>
Signed-off-by: Uwe Kleine-König <[email protected]>
Acked-by: Nicolas Ferre <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'drivers/pwm/pwm-berlin.c')
0 files changed, 0 insertions, 0 deletions