From 338d9150900d39530d3b49a446ef68d28d98e377 Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Thu, 11 May 2023 13:53:08 -0700 Subject: xtensa: add asm-prototypes.h Move assembly source prototypes from xtensa_ksyms.c to asm/asm-prototypes.h, move corresponding EXPORT_SYMBOLs to the assembly sources and enable HAVE_ASM_MODVERSIONS for xtensa. Signed-off-by: Max Filippov --- arch/xtensa/lib/lshrdi3.S | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/xtensa/lib/lshrdi3.S') diff --git a/arch/xtensa/lib/lshrdi3.S b/arch/xtensa/lib/lshrdi3.S index 129ef8d1725b..e432e1a40702 100644 --- a/arch/xtensa/lib/lshrdi3.S +++ b/arch/xtensa/lib/lshrdi3.S @@ -26,3 +26,4 @@ ENTRY(__lshrdi3) abi_ret_default ENDPROC(__lshrdi3) +EXPORT_SYMBOL(__lshrdi3) -- cgit v1.2.3