Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/xe/compat: remove intel_step_name macro

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>

+1 -2
+1 -2
drivers/gpu/drm/xe/compat-i915-headers/intel_step.h
··· 6 6 #ifndef __INTEL_STEP_H__ 7 7 #define __INTEL_STEP_H__ 8 8 9 - #include "xe_step.h" 9 + #include "xe_step_types.h" 10 10 11 11 #define intel_step xe_step 12 - #define intel_step_name xe_step_name 13 12 14 13 #endif /* __INTEL_STEP_H__ */