Skip to content

Commit

Permalink
drm/i915: remove a couple of superfluous i915_drm.h includes
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Jani Nikula committed Jan 18, 2023
1 parent 14ec40a commit 378e04f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/gt/intel_ggtt_gmch.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "intel_ggtt_gmch.h"

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

#include <linux/agp_backend.h>

Expand Down
2 changes: 0 additions & 2 deletions drivers/gpu/drm/i915/pxp/intel_pxp_huc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 378e04f

Please sign in to comment.