diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-09-27 19:24:19 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2022-09-28 16:18:57 +0200 |
commit | 163bb6f99312d50604783b35f0837f1fa89fefc1 (patch) | |
tree | 583d005844e18cfb72e88c6846cb0f6f7227c269 /net/llc | |
parent | 7f8dd161787569949d8a5f93cad5a7ad629f884e (diff) | |
download | linux-163bb6f99312d50604783b35f0837f1fa89fefc1.tar.bz2 |
pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
Using these new macros allows the compiler to remove the unused dev_pm_ops
structure and related functions if !CONFIG_PM without the need to mark
the functions __maybe_unused.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'net/llc')
0 files changed, 0 insertions, 0 deletions