diff options
author | Arnd Bergmann <[email protected]> | 2020-01-07 22:53:19 +0100 |
---|---|---|
committer | james qian wang (Arm Technology China) <[email protected]> | 2020-03-06 11:25:58 +0800 |
commit | 9803aac7b5508718989e4cde11b854fc01037b01 (patch) | |
tree | 798c628d849eb9c1fb7bbbfd2bb90c625a2f35ba /scripts/bpf_helpers_doc.py | |
parent | e8dca30f7118461d47e1c3510d0e31b277439151 (diff) |
drm/komeda: mark PM functions as __maybe_unused
Without this, we get a couple of warnings when CONFIG_PM
is disabled:
drivers/gpu/drm/arm/display/komeda/komeda_drv.c:156:12: error: 'komeda_rt_pm_resume' defined but not used [-Werror=unused-function]
static int komeda_rt_pm_resume(struct device *dev)
^~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/arm/display/komeda/komeda_drv.c:149:12: error: 'komeda_rt_pm_suspend' defined but not used [-Werror=unused-function]
static int komeda_rt_pm_suspend(struct device *dev)
^~~~~~~~~~~~~~~~~~~~
Fixes: efb465088518 ("drm/komeda: Add runtime_pm support")
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: James Qian Wang (Arm Technology China) <[email protected]>
Signed-off-by: james qian wang (Arm Technology China) <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions