crypto: arm64 - Use modern annotations for assembly functions
[linux-2.6-microblaze.git] / arch / arm64 / crypto / aes-ce.S
index c132c49..4506255 100644 (file)
@@ -9,8 +9,8 @@
 #include <linux/linkage.h>
 #include <asm/assembler.h>
 
-#define AES_ENTRY(func)                ENTRY(ce_ ## func)
-#define AES_ENDPROC(func)      ENDPROC(ce_ ## func)
+#define AES_ENTRY(func)                SYM_FUNC_START(ce_ ## func)
+#define AES_ENDPROC(func)      SYM_FUNC_END(ce_ ## func)
 
        .arch           armv8-a+crypto