]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm/xe/compat: remove intel_step_name macro
authorJani Nikula <jani.nikula@intel.com>
Mon, 16 Mar 2026 12:15:01 +0000 (14:15 +0200)
committerJani Nikula <jani.nikula@intel.com>
Tue, 17 Mar 2026 15:50:46 +0000 (17:50 +0200)
As there are no more compat users left for intel_step_name(), remove the
macro and use the more direct include for the enumerations.

Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://patch.msgid.link/816e3f6dda0a112392e8f8ccff820a81aff63f32.1773663208.git.jani.nikula@intel.com
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/xe/compat-i915-headers/intel_step.h

index 2cf13a572ab0eabc9eac3e346941dd7ca8adc59d..0eabe2866f5fd4dac62c9e2129cab53833b1ba0d 100644 (file)
@@ -6,9 +6,8 @@
 #ifndef __INTEL_STEP_H__
 #define __INTEL_STEP_H__
 
-#include "xe_step.h"
+#include "xe_step_types.h"
 
 #define intel_step xe_step
-#define intel_step_name xe_step_name
 
 #endif /* __INTEL_STEP_H__ */