> -----Original Message----- > From: Intel-gfx <[email protected]> On Behalf Of Jani > Nikula > Sent: Friday, 21 November 2025 13.22 > To: [email protected]; [email protected] > Cc: Nikula, Jani <[email protected]> > Subject: [PATCH 1/2] drm/i915/cdclk: drop i915_drv.h include > > intel_cdclk.c no longer needs i915_drv.h. Drop it. >
Reviewed-by: Mika Kahola <[email protected]> > Signed-off-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_cdclk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_cdclk.c > b/drivers/gpu/drm/i915/display/intel_cdclk.c > index 5c90e53b4e46..69a79ccdd1ba 100644 > --- a/drivers/gpu/drm/i915/display/intel_cdclk.c > +++ b/drivers/gpu/drm/i915/display/intel_cdclk.c > @@ -29,7 +29,6 @@ > #include <drm/drm_print.h> > > #include "hsw_ips.h" > -#include "i915_drv.h" > #include "i915_reg.h" > #include "intel_atomic.h" > #include "intel_audio.h" > @@ -46,6 +45,7 @@ > #include "intel_pcode.h" > #include "intel_plane.h" > #include "intel_psr.h" > +#include "intel_step.h" > #include "intel_vdsc.h" > #include "skl_watermark.h" > #include "skl_watermark_regs.h" > -- > 2.47.3
