summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/compat-i915-headers
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2026-03-30 16:02:36 +0300
committerJani Nikula <jani.nikula@intel.com>2026-04-09 10:10:03 +0300
commitbaf310b9836445ca9056f04ec347293963a1cc6e (patch)
tree66125ef2f43003d06a2e5126161746033a12826f /drivers/gpu/drm/xe/compat-i915-headers
parent90788699d8ff81f1b1056c5e506392737340b78f (diff)
downloadlinux-next-baf310b9836445ca9056f04ec347293963a1cc6e.tar.gz
linux-next-baf310b9836445ca9056f04ec347293963a1cc6e.zip
drm/i915/display: switch to including common step file directly
Instead of using the proxy intel_step.h in display, just include the common step file directly where needed. This allows us to remove the compat intel_step.h header. Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://patch.msgid.link/83b5f13b7f863b9cbc61499bcff22af5cd822a0b.1774875688.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/compat-i915-headers')
-rw-r--r--drivers/gpu/drm/xe/compat-i915-headers/intel_step.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/gpu/drm/xe/compat-i915-headers/intel_step.h b/drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
deleted file mode 100644
index cb55a659856b..000000000000
--- a/drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2023 Intel Corporation
- */
-
-#ifndef __INTEL_STEP_H__
-#define __INTEL_STEP_H__
-
-#include <drm/intel/step.h>
-
-#endif /* __INTEL_STEP_H__ */