summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-03-11 16:40:56 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-03-11 16:40:56 -0800
commit9d340cb7c38e0872b742890d76190cc3ac3cfd50 (patch)
treedfdeec48c5c8bbee1fc210402fb268d78d9d59ec /lib
parentaf942602d0cc67254c861ed1c9a4171ccd6e0e32 (diff)
[PATCH] Make lots of things static
This is a megarollup of ~60 patches which give various things static scope. 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 'lib')
-rw-r--r--lib/kernel_lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kernel_lock.c b/lib/kernel_lock.c
index c739bfcad659..99b0ae3d51dd 100644
--- a/lib/kernel_lock.c
+++ b/lib/kernel_lock.c
@@ -79,7 +79,7 @@ EXPORT_SYMBOL(smp_processor_id);
*
* Don't use in new code.
*/
-DECLARE_MUTEX(kernel_sem);
+static DECLARE_MUTEX(kernel_sem);
/*
* Re-acquire the kernel semaphore.