diff options
author | 2023-01-17 14:38:56 +0200 | |
---|---|---|
committer | 2023-01-18 11:55:08 +0200 | |
commit | 378e04f7cb24aad124a8e55e7a36b689fb63ac17 (patch) | |
tree | 20629c3ce2ecceac4c30225dddad6068cd0e856a | |
parent | drm/i915/selftests: Unwind hugepages to drop wakeref on error (diff) | |
download | wireguard-linux-378e04f7cb24aad124a8e55e7a36b689fb63ac17.tar.xz wireguard-linux-378e04f7cb24aad124a8e55e7a36b689fb63ac17.zip |
drm/i915: remove a couple of superfluous i915_drm.h includes
Remove a couple of unnecessary includes.
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230117123856.2271720-1-jani.nikula@intel.com
Diffstat (limited to '')
-rw-r--r-- | drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c | 1 | ||||
-rw-r--r-- | drivers/gpu/drm/i915/pxp/intel_pxp_huc.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c b/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c index 4e2163a1aa46..0e3630103693 100644 --- a/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c +++ b/drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c @@ -6,7 +6,6 @@ #include "intel_ggtt_gmch.h" #include <drm/intel-gtt.h> -#include <drm/i915_drm.h> #include <linux/agp_backend.h> diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c index 812c8bc7005e..64609d1b1c0f 100644 --- a/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_huc.c @@ -3,8 +3,6 @@ * Copyright(c) 2021-2022, Intel Corporation. All rights reserved. */ -#include <drm/i915_drm.h> - #include "i915_drv.h" #include "gem/i915_gem_region.h" |