diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-31 02:32:07 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 12:19:01 -0800 |
commit | 0cb3463f04e771869f481e2dd44f66419e850586 (patch) | |
tree | ec4ad0af313e8b6060e3cc4fed2510092a74e2cd /arch/m68knommu | |
parent | ec350a7fc16af45e143085594a6c9a18d7a0cba3 (diff) | |
download | op-kernel-dev-0cb3463f04e771869f481e2dd44f66419e850586.zip op-kernel-dev-0cb3463f04e771869f481e2dd44f66419e850586.tar.gz |
[PATCH] unexport get_wchan
The only user of get_wchan is the proc fs - and proc can't be built modular.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/m68knommu')
-rw-r--r-- | arch/m68knommu/kernel/m68k_ksyms.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68knommu/kernel/m68k_ksyms.c b/arch/m68knommu/kernel/m68k_ksyms.c index d844c75..f9b4ea1 100644 --- a/arch/m68knommu/kernel/m68k_ksyms.c +++ b/arch/m68knommu/kernel/m68k_ksyms.c @@ -57,8 +57,6 @@ EXPORT_SYMBOL(__down_failed_interruptible); EXPORT_SYMBOL(__down_failed_trylock); EXPORT_SYMBOL(__up_wakeup); -EXPORT_SYMBOL(get_wchan); - /* * libgcc functions - functions that are used internally by the * compiler... (prototypes are not correct though, but that |