From: Jani Nikula Date: Thu, 30 May 2024 10:07:47 +0000 (+0300) Subject: drm/i915: reduce includes in intel_clock_gating.c X-Git-Tag: v6.11-rc1~141^2~20^2~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b95702e275a78d0b65b4877fa83ab817a18df855;p=thirdparty%2Fkernel%2Flinux.git drm/i915: reduce includes in intel_clock_gating.c With the refactoring in the file, some excessive includes were left behind and are now unnecessary. Remove. Reviewed-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20240530100747.328631-2-jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/i915/intel_clock_gating.c b/drivers/gpu/drm/i915/intel_clock_gating.c index db4fbb6a803d1..26c4dbda076e2 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"