From: Jani Nikula Date: Thu, 14 Aug 2025 13:24:45 +0000 (+0300) Subject: drm/i915/bo: remove unnecessary include X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=63e0b17ae79a4365e874d7e2ff3816db2e6d55b5;p=users%2Fhch%2Fmisc.git drm/i915/bo: remove unnecessary include intel_bo.c doesn't need intel_display_types.h for anything. Remove. Reviewed-by: Luca Coelho Link: https://lore.kernel.org/r/20250814132445.1573035-1-jani.nikula@intel.com Signed-off-by: Jani Nikula --- 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 -#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"