arm64: Ensure that the 'bti' macro is defined where linkage.h is included
[linux-2.6-microblaze.git] / arch / arm64 / include / asm / linkage.h
index 9065e47..b77e9b3 100644 (file)
@@ -1,6 +1,10 @@
 #ifndef __ASM_LINKAGE_H
 #define __ASM_LINKAGE_H
 
+#ifdef __ASSEMBLY__
+#include <asm/assembler.h>
+#endif
+
 #define __ALIGN                .align 2
 #define __ALIGN_STR    ".align 2"