Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
[linux-2.6-block.git] / arch / x86 / crypto / sm3-avx-asm_64.S
index b28d804ee10dede453cb646423ddf64cc61bc206..503bab450a9157200bc752dceaf03b9bbd020886 100644 (file)
@@ -12,6 +12,7 @@
  */
 
 #include <linux/linkage.h>
+#include <linux/cfi_types.h>
 #include <asm/frame.h>
 
 /* Context structure */
  * void sm3_transform_avx(struct sm3_state *state,
  *                        const u8 *data, int nblocks);
  */
-SYM_FUNC_START(sm3_transform_avx)
+SYM_TYPED_FUNC_START(sm3_transform_avx)
        /* input:
         *      %rdi: ctx, CTX
         *      %rsi: data (64*nblks bytes)