From: Max Filippov Date: Fri, 9 Jun 2023 04:29:58 +0000 (-0700) Subject: xtensa: drop EXPORT_SYMBOL for common_exception_return X-Git-Tag: v6.5-rc1~192^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8b09d4524125163b9db47e831f398d7c6f8b22c;p=thirdparty%2Flinux.git xtensa: drop EXPORT_SYMBOL for common_exception_return common_exception_return used to be referenced from the oprofile code, but since oprofile support removal in the commit a848bf1d9ef1 ("arch: xtensa: Remove CONFIG_OPROFILE support") it is no longer supposed to be used by modules. Drop EXPORT_SYMBOL for common_exception_return. Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/kernel/xtensa_ksyms.c b/arch/xtensa/kernel/xtensa_ksyms.c index 17a7ef86fd0dd..a9aa90c995cd2 100644 --- a/arch/xtensa/kernel/xtensa_ksyms.c +++ b/arch/xtensa/kernel/xtensa_ksyms.c @@ -110,9 +110,6 @@ EXPORT_SYMBOL(__invalidate_icache_range); // FIXME EXPORT_SYMBOL(screen_info); #endif -extern long common_exception_return; -EXPORT_SYMBOL(common_exception_return); - #ifdef CONFIG_FUNCTION_TRACER EXPORT_SYMBOL(_mcount); #endif