mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 20:51:03 +02:00
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
a848bf1d9e
("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>
This commit is contained in:
@@ -110,9 +110,6 @@ EXPORT_SYMBOL(__invalidate_icache_range);
|
|||||||
// FIXME EXPORT_SYMBOL(screen_info);
|
// FIXME EXPORT_SYMBOL(screen_info);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern long common_exception_return;
|
|
||||||
EXPORT_SYMBOL(common_exception_return);
|
|
||||||
|
|
||||||
#ifdef CONFIG_FUNCTION_TRACER
|
#ifdef CONFIG_FUNCTION_TRACER
|
||||||
EXPORT_SYMBOL(_mcount);
|
EXPORT_SYMBOL(_mcount);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user