On Thu, 2025-08-14 at 16:24 +0300, Jani Nikula wrote: > intel_bo.c doesn't need intel_display_types.h for anything. Remove. > > Signed-off-by: Jani Nikula <jani.nik...@intel.com> > --- > drivers/gpu/drm/i915/display/intel_bo.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/display/intel_bo.c > b/drivers/gpu/drm/i915/display/intel_bo.c > index 65d64f79a4bd..d29c1508ccb9 100644 > --- a/drivers/gpu/drm/i915/display/intel_bo.c > +++ b/drivers/gpu/drm/i915/display/intel_bo.c > @@ -2,7 +2,7 @@ > /* Copyright © 2024 Intel Corporation */ > > #include <drm/drm_panic.h> > -#include "display/intel_display_types.h" > + > #include "gem/i915_gem_mman.h" > #include "gem/i915_gem_object.h" > #include "gem/i915_gem_object_frontbuffer.h"
Reviewed-by: Luca Coelho <luciano.coe...@intel.com> -- Cheers, Luca.