]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/i915/gem: drop intel_display.h include
authorJani Nikula <jani.nikula@intel.com>
Tue, 13 May 2025 09:28:44 +0000 (12:28 +0300)
committerJani Nikula <jani.nikula@intel.com>
Wed, 14 May 2025 11:10:07 +0000 (14:10 +0300)
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ä <ville.syrjala@linux.intel.com>
Link: https://lore.kernel.org/r/80ea203e004b7378c14f2367258b5785e40bf126.1747128495.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/gem/i915_gem_domain.c

index 75a143d996e0ec13b5e5abd2e1068609f56a121b..50f5ec84574e03cd00ddce585fd37aee572feb36 100644 (file)
@@ -4,7 +4,6 @@
  * Copyright © 2014-2016 Intel Corporation
  */
 
-#include "display/intel_display.h"
 #include "gt/intel_gt.h"
 
 #include "i915_drv.h"