Skip to content

Commit e4db15e

Browse files
committed
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 <[email protected]> Link: https://lore.kernel.org/r/fbccf45339a61711b377b35fd479a67b378c5571.1746529001.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <[email protected]>
1 parent 8ab1df5 commit e4db15e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/gpu/drm/i915/display/intel_display_core.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
#include "intel_pch.h"
3131
#include "intel_wm_types.h"
3232

33-
struct task_struct;
34-
35-
struct drm_i915_private;
3633
struct drm_property;
3734
struct drm_property_blob;
3835
struct i915_audio_component;
@@ -53,6 +50,7 @@ struct intel_hotplug_funcs;
5350
struct intel_initial_plane_config;
5451
struct intel_opregion;
5552
struct intel_overlay;
53+
struct task_struct;
5654

5755
/* Amount of SAGV/QGV points, BSpec precisely defines this */
5856
#define I915_NUM_QGV_POINTS 8

0 commit comments

Comments
 (0)