summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_heci_gsc.c
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-12-14 21:47:08 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:46:17 +0300
commit1374df38e9267bf4588fbc665b3a20afb479f5ac (patch)
treefa0f32e0dea0d67704b259c69c9dcda2461b6b6c /drivers/gpu/drm/xe/xe_heci_gsc.c
parentaaa536a8877e61104ccb5ba5287beaa4e959539e (diff)
downloadlinux-1374df38e9267bf4588fbc665b3a20afb479f5ac.tar.xz
drm/xe: Drop some unnecessary header includes
Several files were including register headers that they no longer require. Drop the unnecessary includes to reduce build dependencies. Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20231214184659.2249559-18-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_heci_gsc.c')
-rw-r--r--drivers/gpu/drm/xe/xe_heci_gsc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_heci_gsc.c b/drivers/gpu/drm/xe/xe_heci_gsc.c
index 19eda00d5cc4..bfdd33b9b23b 100644
--- a/drivers/gpu/drm/xe/xe_heci_gsc.c
+++ b/drivers/gpu/drm/xe/xe_heci_gsc.c
@@ -8,7 +8,6 @@
#include <linux/pci.h>
#include <linux/sizes.h>
-#include "regs/xe_regs.h"
#include "xe_device_types.h"
#include "xe_drv.h"
#include "xe_heci_gsc.h"