Commit f8b09d45 authored by Max Filippov's avatar Max Filippov

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
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment