]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/crypto/aes-ce.S
Merge remote-tracking branch 'mkp-scsi/4.10/scsi-fixes' into fixes
[karo-tx-linux.git] / arch / arm64 / crypto / aes-ce.S
index 78f3cfe92c0872345992203a6501ba0460cc2c91..b46093d567e5449256dbf3bf1d4981144bdd8739 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)