Commit 706d58da authored by Jani Nikula's avatar Jani Nikula
Browse files

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: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://patch.msgid.link/816e3f6dda0a112392e8f8ccff820a81aff63f32.1773663208.git.jani.nikula@intel.com


Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
parent 58371a11
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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__ */