On Tue, Nov 16, 2021 at 07:14:34PM +0200, Jani Nikula wrote: > Use forward declarations instead. > > Cc: Imre Deak <imre.deak@xxxxxxxxx> > Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx> On the series: Reviewed-by: Daniel Vetter <daniel.vetter@xxxxxxxx> I'm assuming you've copypaste stuff correctly, at a glance it looks like it :-) Also I think that's a solid direction for untangling our include mess! -Daniel > --- > drivers/gpu/drm/i915/display/intel_display_power.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_display_power.h b/drivers/gpu/drm/i915/display/intel_display_power.h > index 2777af09c711..686d18eaa24c 100644 > --- a/drivers/gpu/drm/i915/display/intel_display_power.h > +++ b/drivers/gpu/drm/i915/display/intel_display_power.h > @@ -6,10 +6,11 @@ > #ifndef __INTEL_DISPLAY_POWER_H__ > #define __INTEL_DISPLAY_POWER_H__ > > -#include "intel_display.h" > #include "intel_runtime_pm.h" > #include "i915_reg.h" > > +enum dpio_channel; > +enum dpio_phy; > struct drm_i915_private; > struct i915_power_well; > struct intel_encoder; > -- > 2.30.2 > -- Daniel Vetter Software Engineer, Intel Corporation http://blog.ffwll.ch