1
0
Fork 0

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: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
wifi-calibration
Adrian Bunk 2007-11-17 23:05:06 +08:00 committed by Bryan Wu
parent 05c484355f
commit 8d2e24c3c1
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ EXPORT_SYMBOL(memset);
EXPORT_SYMBOL(memcmp);
EXPORT_SYMBOL(memmove);
EXPORT_SYMBOL(memchr);
EXPORT_SYMBOL(get_wchan);
/*
* libgcc functions - functions that are used internally by the