Commit 8d2e24c3 authored by Adrian Bunk's avatar Adrian Bunk Committed by Bryan Wu

Blackfin arch: unexport get_wchan

The only user of get_wchan I was able to find is the proc fs - and proc
can't be built modular.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarBryan Wu <bryan.wu@analog.com>
parent 05c48435
...@@ -65,7 +65,6 @@ EXPORT_SYMBOL(memset); ...@@ -65,7 +65,6 @@ EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcmp); EXPORT_SYMBOL(memcmp);
EXPORT_SYMBOL(memmove); EXPORT_SYMBOL(memmove);
EXPORT_SYMBOL(memchr); EXPORT_SYMBOL(memchr);
EXPORT_SYMBOL(get_wchan);
/* /*
* libgcc functions - functions that are used internally by the * libgcc functions - functions that are used internally by the
......
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