summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
diff options
context:
space:
mode:
authorUma Shankar <uma.shankar@intel.com>2026-02-23 22:40:15 +0530
committerUma Shankar <uma.shankar@intel.com>2026-02-25 22:16:20 +0530
commit4953d806a423087fcc49d4f8884fde85cd23ec1e (patch)
tree9245b3ccbd88ccb4eee0426d395c35b15e51b9c0 /drivers/gpu
parent1046bc7b416814833a43af8e66c52b0ea71c2021 (diff)
downloadlinux-4953d806a423087fcc49d4f8884fde85cd23ec1e.tar.gz
linux-4953d806a423087fcc49d4f8884fde85cd23ec1e.zip
drm/xe/compat: Remove unused i915_reg.h from compat header
Display Code is made independent of i915_reg.h, hence it can be dropped from compat header. Signed-off-by: Uma Shankar <uma.shankar@intel.com> Reviewed-by: Jani Nikula <jani.nikula@intel.com> Link: https://patch.msgid.link/20260223171015.1035550-1-uma.shankar@intel.com
Diffstat (limited to 'drivers/gpu')
-rw-r--r--drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
deleted file mode 100644
index 8619ec015ad4..000000000000
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2023 Intel Corporation
- */
-
-#include "../../i915/i915_reg.h"