diff options
author | Uwe Kleine-König <[email protected]> | 2023-10-23 19:46:18 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2023-12-20 16:04:13 +0100 |
commit | ded38f874eff2bb6fc46a0377aa8dcdcf4b43a2e (patch) | |
tree | b7979da2534c5dfb2fee1d5bd2c0cb20a206d185 /drivers/pwm/pwm-berlin.c | |
parent | 6c4406ce609fb5857d52c1e42a40cb5e7e8ee94a (diff) |
pwm: atmel-hlcdc: 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