diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-31 12:32:07 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-31 22:19:01 +0200 |
commit | 0cb3463f04e771869f481e2dd44f66419e850586 (patch) | |
tree | ec4ad0af313e8b6060e3cc4fed2510092a74e2cd /arch/mips/kernel/process.c | |
parent | [PATCH] md: Raid-6 did not create sysfs entries for stripe cache (diff) | |
download | linux-0cb3463f04e771869f481e2dd44f66419e850586.tar.xz linux-0cb3463f04e771869f481e2dd44f66419e850586.zip |
[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/mips/kernel/process.c')
-rw-r--r-- | arch/mips/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/kernel/process.c b/arch/mips/kernel/process.c index a8f435d82940..c66db5e5ab62 100644 --- a/arch/mips/kernel/process.c +++ b/arch/mips/kernel/process.c @@ -419,4 +419,3 @@ unsigned long get_wchan(struct task_struct *p) return pc; } -EXPORT_SYMBOL(get_wchan); |