Commit f8b09d45 authored by Max Filippov's avatar Max Filippov
Browse files

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
a848bf1d ("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: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent fe5775f2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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