On Tue, May 27, 2025 at 02:48:54PM +0300, Jani Nikula wrote: > vlv_iosf_sb.c no longer depends on enum dpio_phy from > intel_dpio_phy.h. Drop the include.
Trusting more your compiler then my eyes: Reviewed-by: Rodrigo Vivi <rodrigo.v...@intel.com> > > Signed-off-by: Jani Nikula <jani.nik...@intel.com> > --- > drivers/gpu/drm/i915/vlv_iosf_sb.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/vlv_iosf_sb.c > b/drivers/gpu/drm/i915/vlv_iosf_sb.c > index f4b435555f3b..f4b386933141 100644 > --- a/drivers/gpu/drm/i915/vlv_iosf_sb.c > +++ b/drivers/gpu/drm/i915/vlv_iosf_sb.c > @@ -8,8 +8,6 @@ > #include "i915_reg.h" > #include "vlv_iosf_sb.h" > > -#include "display/intel_dpio_phy.h" > - > /* > * IOSF sideband, see VLV2_SidebandMsg_HAS.docx and > * VLV_VLV2_PUNIT_HAS_0.8.docx > -- > 2.39.5 >