mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-27 18:00:48 +07:00
9803aac7b5
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:
|
||
---|---|---|
.. | ||
d71 | ||
komeda_color_mgmt.c | ||
komeda_color_mgmt.h | ||
komeda_crtc.c | ||
komeda_dev.c | ||
komeda_dev.h | ||
komeda_drv.c | ||
komeda_event.c | ||
komeda_format_caps.c | ||
komeda_format_caps.h | ||
komeda_framebuffer.c | ||
komeda_framebuffer.h | ||
komeda_kms.c | ||
komeda_kms.h | ||
komeda_pipeline_state.c | ||
komeda_pipeline.c | ||
komeda_pipeline.h | ||
komeda_plane.c | ||
komeda_private_obj.c | ||
komeda_wb_connector.c | ||
Makefile |