Skip to content

Commit 378e04f

Browse files
committed
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
1 parent 14ec40a commit 378e04f

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include "intel_ggtt_gmch.h"
77

88
#include <drm/intel-gtt.h>
9-
#include <drm/i915_drm.h>
109

1110
#include <linux/agp_backend.h>
1211

drivers/gpu/drm/i915/pxp/intel_pxp_huc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Copyright(c) 2021-2022, Intel Corporation. All rights reserved.
44
*/
55

6-
#include <drm/i915_drm.h>
7-
86
#include "i915_drv.h"
97

108
#include "gem/i915_gem_region.h"

0 commit comments

Comments
 (0)