[Intel-gfx] [PATCH] drm/i915/display: no need for gt/gen8_ppgtt.h
Lucas De Marchi
lucas.demarchi at intel.com
Thu Dec 8 19:10:56 UTC 2022
On Thu, Dec 08, 2022 at 03:36:38PM +0200, Jani Nikula wrote:
>Remove an unnecessary include.
>
>Signed-off-by: Jani Nikula <jani.nikula at intel.com>
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 at intel.com>
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
>
More information about the Intel-gfx
mailing list