crypto: arm64/aes-xts-ce: fix for big endian
[linux-2.6-microblaze.git] / arch / arm64 / crypto / aes-ce.S
index 78f3cfe..b46093d 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <linux/linkage.h>
+#include <asm/assembler.h>
 
 #define AES_ENTRY(func)                ENTRY(ce_ ## func)
 #define AES_ENDPROC(func)      ENDPROC(ce_ ## func)