]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xtensa: drop EXPORT_SYMBOL for common_exception_return
authorMax Filippov <jcmvbkbc@gmail.com>
Fri, 9 Jun 2023 04:29:58 +0000 (21:29 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Tue, 13 Jun 2023 02:48:56 +0000 (19:48 -0700)
commitf8b09d4524125163b9db47e831f398d7c6f8b22c
tree93b2c85cb1aa3eb0f66fd31370514866cb09c7d0
parentfe5775f238d68ae160eb7c2a3ddbb1d7894d2c56
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 <jcmvbkbc@gmail.com>
arch/xtensa/kernel/xtensa_ksyms.c