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

drm/i915: drop unnecessary i915_reg.h includes

With the register header refactoring, some of the includes of i915_reg.h
have become unnecessary. Remove.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240530100747.328631-1-jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>

-7
-1
drivers/gpu/drm/i915/display/dvo_ns2501.c
··· 27 27 */ 28 28 29 29 #include "i915_drv.h" 30 - #include "i915_reg.h" 31 30 #include "intel_display_types.h" 32 31 #include "intel_dvo_dev.h" 33 32
-1
drivers/gpu/drm/i915/display/intel_atomic.c
··· 35 35 #include <drm/drm_fourcc.h> 36 36 37 37 #include "i915_drv.h" 38 - #include "i915_reg.h" 39 38 #include "intel_atomic.h" 40 39 #include "intel_cdclk.h" 41 40 #include "intel_display_types.h"
-1
drivers/gpu/drm/i915/display/intel_atomic_plane.c
··· 39 39 #include <drm/drm_fourcc.h> 40 40 41 41 #include "i915_config.h" 42 - #include "i915_reg.h" 43 42 #include "i9xx_plane_regs.h" 44 43 #include "intel_atomic_plane.h" 45 44 #include "intel_cdclk.h"
-1
drivers/gpu/drm/i915/display/intel_dkl_phy.c
··· 4 4 */ 5 5 6 6 #include "i915_drv.h" 7 - #include "i915_reg.h" 8 7 9 8 #include "intel_de.h" 10 9 #include "intel_display.h"
-1
drivers/gpu/drm/i915/display/intel_dsb.c
··· 6 6 7 7 #include "i915_drv.h" 8 8 #include "i915_irq.h" 9 - #include "i915_reg.h" 10 9 #include "intel_crtc.h" 11 10 #include "intel_de.h" 12 11 #include "intel_display_types.h"
-1
drivers/gpu/drm/i915/display/intel_sprite.c
··· 39 39 #include <drm/drm_rect.h> 40 40 41 41 #include "i915_drv.h" 42 - #include "i915_reg.h" 43 42 #include "i9xx_plane.h" 44 43 #include "intel_atomic_plane.h" 45 44 #include "intel_de.h"
-1
drivers/gpu/drm/i915/display/intel_vdsc.c
··· 10 10 #include <drm/display/drm_dsc_helper.h> 11 11 12 12 #include "i915_drv.h" 13 - #include "i915_reg.h" 14 13 #include "intel_crtc.h" 15 14 #include "intel_de.h" 16 15 #include "intel_display_types.h"