Skip to content

Commit

Permalink
Blackfin arch: unexport get_wchan
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Bryan Wu committed Nov 17, 2007
1 parent 05c4843 commit 8d2e24c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/blackfin/kernel/bfin_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d2e24c

Please sign in to comment.