diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-31 10:32:07 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 20:19:01 (GMT) |
commit | 0cb3463f04e771869f481e2dd44f66419e850586 (patch) | |
tree | ec4ad0af313e8b6060e3cc4fed2510092a74e2cd /arch/x86_64 | |
parent | ec350a7fc16af45e143085594a6c9a18d7a0cba3 (diff) | |
download | linux-0cb3463f04e771869f481e2dd44f66419e850586.tar.xz |
[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/x86_64')
-rw-r--r-- | arch/x86_64/kernel/x8664_ksyms.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/kernel/x8664_ksyms.c b/arch/x86_64/kernel/x8664_ksyms.c index d96a934..d78f460 100644 --- a/arch/x86_64/kernel/x8664_ksyms.c +++ b/arch/x86_64/kernel/x8664_ksyms.c @@ -102,8 +102,6 @@ EXPORT_SYMBOL(cpu_callout_map); EXPORT_SYMBOL(screen_info); #endif -EXPORT_SYMBOL(get_wchan); - EXPORT_SYMBOL(rtc_lock); EXPORT_SYMBOL_GPL(set_nmi_callback); |