diff mbox series

[2/2] drm/i915: reduce includes in intel_clock_gating.c

Message ID 20240530100747.328631-2-jani.nikula@intel.com (mailing list archive)
State New, archived
Headers show
Series [1/2] drm/i915: drop unnecessary i915_reg.h includes | expand

Commit Message

Jani Nikula May 30, 2024, 10:07 a.m. UTC
With the refactoring in the file, some excessive includes were left
behind and are now unnecessary. Remove.

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
---
 drivers/gpu/drm/i915/intel_clock_gating.c | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/intel_clock_gating.c b/drivers/gpu/drm/i915/intel_clock_gating.c
index db4fbb6a803d..26c4dbda076e 100644
--- a/drivers/gpu/drm/i915/intel_clock_gating.c
+++ b/drivers/gpu/drm/i915/intel_clock_gating.c
@@ -26,11 +26,7 @@ 
  */
 
 #include "display/i9xx_plane_regs.h"
-#include "display/intel_de.h"
 #include "display/intel_display.h"
-#include "display/intel_display_trace.h"
-#include "display/intel_fbc_regs.h"
-#include "display/skl_watermark.h"
 
 #include "gt/intel_engine_regs.h"
 #include "gt/intel_gt.h"