diff options
author | 2024-05-01 14:08:11 +0100 | |
---|---|---|
committer | 2024-05-02 11:13:56 +0100 | |
commit | 01708813a3fb8d58721009ee2052286d81c2a0c6 (patch) | |
tree | 50b39be9adfa756b90de5492e01bf6374990a7d3 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: bcm2835-unicam: Include v4l2-subdev.h (diff) | |
download | wireguard-linux-01708813a3fb8d58721009ee2052286d81c2a0c6.tar.xz wireguard-linux-01708813a3fb8d58721009ee2052286d81c2a0c6.zip |
media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS
Replace the old helpers with its modern alternative.
Now we do not need to set '__maybe_unused' annotations when we are not
enabling the PM configurations.
It fixes the following warnings:
drivers/media/pci/intel/ipu6/ipu6.c:841:12: warning: ‘ipu6_runtime_resume’ defined but not used [-Wunused-function]
drivers/media/pci/intel/ipu6/ipu6.c:806:12: warning: ‘ipu6_resume’ defined but not used [-Wunused-function]
drivers/media/pci/intel/ipu6/ipu6.c:801:12: warning: ‘ipu6_suspend’ defined but not used [-Wunused-function]
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions