From 9d340cb7c38e0872b742890d76190cc3ac3cfd50 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Fri, 11 Mar 2005 16:40:56 -0800 Subject: [PATCH] Make lots of things static This is a megarollup of ~60 patches which give various things static scope. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- lib/kernel_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3