Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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ä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240530100747.328631-2-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

-4
-4
drivers/gpu/drm/i915/intel_clock_gating.c
··· 26 26 */ 27 27 28 28 #include "display/i9xx_plane_regs.h" 29 - #include "display/intel_de.h" 30 29 #include "display/intel_display.h" 31 - #include "display/intel_display_trace.h" 32 - #include "display/intel_fbc_regs.h" 33 - #include "display/skl_watermark.h" 34 30 35 31 #include "gt/intel_engine_regs.h" 36 32 #include "gt/intel_gt.h"