Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit f8b09d4

Browse files
committed
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 a848bf1 ("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 <[email protected]>
1 parent fe5775f commit f8b09d4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/xtensa/kernel/xtensa_ksyms.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,6 @@ EXPORT_SYMBOL(__invalidate_icache_range);
110110
// FIXME EXPORT_SYMBOL(screen_info);
111111
#endif
112112

113-
extern long common_exception_return;
114-
EXPORT_SYMBOL(common_exception_return);
115-
116113
#ifdef CONFIG_FUNCTION_TRACER
117114
EXPORT_SYMBOL(_mcount);
118115
#endif

0 commit comments

Comments
 (0)