From: Jani Nikula Date: Tue, 13 May 2025 09:28:44 +0000 (+0300) Subject: drm/i915/gem: drop intel_display.h include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1216d84f13ca53c107cba99311a90177eeaa508;p=thirdparty%2Flinux.git drm/i915/gem: drop intel_display.h include The include is not needed since commit 44a34dec43e8 ("drm/i915: Calculate the VT-d guard size in the display code"). Reviewed-by: Ville Syrjälä Link: https://lore.kernel.org/r/80ea203e004b7378c14f2367258b5785e40bf126.1747128495.git.jani.nikula@intel.com Signed-off-by: Jani Nikula --- diff --git a/drivers/gpu/drm/i915/gem/i915_gem_domain.c b/drivers/gpu/drm/i915/gem/i915_gem_domain.c index 75a143d996e0e..50f5ec84574e0 100644 --- a/drivers/gpu/drm/i915/gem/i915_gem_domain.c +++ b/drivers/gpu/drm/i915/gem/i915_gem_domain.c @@ -4,7 +4,6 @@ * Copyright © 2014-2016 Intel Corporation */ -#include "display/intel_display.h" #include "gt/intel_gt.h" #include "i915_drv.h"