summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel/process.c
diff options
context:
space:
mode:
authorAdrian Bunk2006-03-31 12:32:07 +0200
committerLinus Torvalds2006-03-31 22:19:01 +0200
commit0cb3463f04e771869f481e2dd44f66419e850586 (patch)
treeec4ad0af313e8b6060e3cc4fed2510092a74e2cd /arch/arm/kernel/process.c
parent[PATCH] md: Raid-6 did not create sysfs entries for stripe cache (diff)
downloadkernel-qcow2-linux-0cb3463f04e771869f481e2dd44f66419e850586.tar.gz
kernel-qcow2-linux-0cb3463f04e771869f481e2dd44f66419e850586.tar.xz
kernel-qcow2-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/arm/kernel/process.c')
-rw-r--r--arch/arm/kernel/process.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c
index 489c069e5c3e..1ff75cee4b0d 100644
--- a/arch/arm/kernel/process.c
+++ b/arch/arm/kernel/process.c
@@ -474,4 +474,3 @@ unsigned long get_wchan(struct task_struct *p)
} while (count ++ < 16);
return 0;
}
-EXPORT_SYMBOL(get_wchan);