diff options
author | 2024-06-13 15:13:27 +0200 | |
---|---|---|
committer | 2024-07-09 00:46:07 +0200 | |
commit | 2cb21a62bacc53587095b2050e92ce3e7a3574d7 (patch) | |
tree | 42d4ae327cee50e61d1f8385951c67cae10b5e36 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | i2c: add missing MODULE_DESCRIPTION() macros (diff) | |
download | wireguard-linux-2cb21a62bacc53587095b2050e92ce3e7a3574d7.tar.xz wireguard-linux-2cb21a62bacc53587095b2050e92ce3e7a3574d7.zip |
i2c: omap: switch to NOIRQ_SYSTEM_SLEEP_PM_OPS() and RUNTIME_PM_OPS()
Replace SET_NOIRQ_SYSTEM_SLEEP_PM_OPS() and SET_RUNTIME_PM_OPS() by
NOIRQ_SYSTEM_SLEEP_PM_OPS() and RUNTIME_PM_OPS().
The usage of pm_ptr() and these more recent macros allows the compiler to
see and drop the dead code.
The unnecessary '__maybe_unused' annotations on PM functions can be
removed.
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions