mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/i915/panel: make panel funcs static
The drm panel funcs should be static, fix it.
Fixes: 3fdd5bfbd6 ("drm/i915/panel: register drm_panel and call prepare/unprepare for ICL+ DSI")
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/20250612124617.626958-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
400ade1638
commit
266907bb49
|
|
@ -502,7 +502,7 @@ static void intel_panel_sync_state(struct intel_connector *connector)
|
|||
drm_modeset_unlock(&display->drm->mode_config.connection_mutex);
|
||||
}
|
||||
|
||||
const struct drm_panel_funcs dummy_panel_funcs = {
|
||||
static const struct drm_panel_funcs dummy_panel_funcs = {
|
||||
};
|
||||
|
||||
int intel_panel_register(struct intel_connector *connector)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user