On Thu, 08 Dec 2022, Lucas De Marchi <lucas.demarchi@xxxxxxxxx> wrote: > On Thu, Dec 08, 2022 at 03:36:38PM +0200, Jani Nikula wrote: >>Remove an unnecessary include. >> >>Signed-off-by: Jani Nikula <jani.nikula@xxxxxxxxx> > > maybe we should run a script/something to check for unneeded includes > and commit everything? Then we can add a check in CI > > include-what-you-use does this, but I'm not sure it can grok > kernel / i915 > > Anyway, > > Reviewed-by: Lucas De Marchi <lucas.demarchi@xxxxxxxxx> Also, thanks. Pushed to drm-intel-next. BR, Jani. > > Lucas De Marchi > >>--- >> drivers/gpu/drm/i915/display/intel_display.c | 2 -- >> 1 file changed, 2 deletions(-) >> >>diff --git a/drivers/gpu/drm/i915/display/intel_display.c b/drivers/gpu/drm/i915/display/intel_display.c >>index 32b257157186..6cdfdae2c712 100644 >>--- a/drivers/gpu/drm/i915/display/intel_display.c >>+++ b/drivers/gpu/drm/i915/display/intel_display.c >>@@ -70,8 +70,6 @@ >> #include "gem/i915_gem_lmem.h" >> #include "gem/i915_gem_object.h" >> >>-#include "gt/gen8_ppgtt.h" >>- >> #include "g4x_dp.h" >> #include "g4x_hdmi.h" >> #include "hsw_ips.h" >>-- >>2.34.1 >> -- Jani Nikula, Intel Open Source Graphics Center