Re: [PATCH] drm/i915/dpt: remove unused include
"Borah, Chaitanya Kumar" <[email protected]> Wed, 29 Jul 2026 13:36:38 +0530
| Newsgroups | org.freedesktop.lists.intel-gfx |
|---|---|
| Message-ID | <[email protected]> |
On 7/28/2026 11:29 PM, Jani Nikula wrote: > i915_dpt.c no longer needs intel_display_core.h, remove. LGTM, Reviewed-by: Chaitanya Kumar Borah <[email protected]> > > Signed-off-by: Jani Nikula <[email protected]> > --- > drivers/gpu/drm/i915/i915_dpt.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_dpt.c b/drivers/gpu/drm/i915/i915_dpt.c > index fcd7cced771d..e01dc4de1788 100644 > --- a/drivers/gpu/drm/i915/i915_dpt.c > +++ b/drivers/gpu/drm/i915/i915_dpt.c > @@ -6,7 +6,6 @@ > #include <drm/drm_print.h> > #include <drm/intel/display_parent_interface.h> > > -#include "display/intel_display_core.h" > #include "gem/i915_gem_domain.h" > #include "gem/i915_gem_internal.h" > #include "gem/i915_gem_lmem.h"