]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/compat: Remove unused i915_reg.h from compat header
authorUma Shankar <uma.shankar@intel.com>
Thu, 26 Feb 2026 17:55:31 +0000 (23:25 +0530)
committerUma Shankar <uma.shankar@intel.com>
Fri, 27 Feb 2026 06:22:14 +0000 (11:52 +0530)
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/20260226175531.2324526-1-uma.shankar@intel.com
drivers/gpu/drm/xe/compat-i915-headers/i915_reg.h [deleted file]

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 (file)
index 8619ec0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2023 Intel Corporation
- */
-
-#include "../../i915/i915_reg.h"