diff options
author | 2025-05-06 13:57:17 +0300 | |
---|---|---|
committer | 2025-05-07 09:59:19 +0300 | |
commit | e4db15ea947717277f6f9b40e17fbdd728f26bbc (patch) | |
tree | 4d570bbdb8c62095f3b6c49d9c7e39005ef2d940 | |
parent | drm/i915/dsi: remove dependency on i915_drv.h (diff) | |
download | wireguard-linux-e4db15ea947717277f6f9b40e17fbdd728f26bbc.tar.xz wireguard-linux-e4db15ea947717277f6f9b40e17fbdd728f26bbc.zip |
drm/i915/display: remove struct drm_i915_private forward declaration
Remove unused struct drm_i915_private forward declaration from
intel_display_core.h. Sort and group forward declarations while at it.
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Link: https://lore.kernel.org/r/fbccf45339a61711b377b35fd479a67b378c5571.1746529001.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_display_core.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_display_core.h b/drivers/gpu/drm/i915/display/intel_display_core.h index dc834cef75c7..577eece30f46 100644 --- a/drivers/gpu/drm/i915/display/intel_display_core.h +++ b/drivers/gpu/drm/i915/display/intel_display_core.h @@ -30,9 +30,6 @@ #include "intel_pch.h" #include "intel_wm_types.h" -struct task_struct; - -struct drm_i915_private; struct drm_property; struct drm_property_blob; struct i915_audio_component; @@ -53,6 +50,7 @@ struct intel_hotplug_funcs; struct intel_initial_plane_config; struct intel_opregion; struct intel_overlay; +struct task_struct; /* Amount of SAGV/QGV points, BSpec precisely defines this */ #define I915_NUM_QGV_POINTS 8 |