[PATCH 2/2] drm/i915: reduce includes in intel_clock_gating.c
Jani Nikula
jani.nikula at intel.com
Thu May 30 10:07:47 UTC 2024
With the refactoring in the file, some excessive includes were left
behind and are now unnecessary. Remove.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
drivers/gpu/drm/i915/intel_clock_gating.c | 4 ----
1 file changed, 4 deletions(-)
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"
--
2.39.2
More information about the Intel-gfx
mailing list