]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
irq: make variable static
authorroel kluin <roel.kluin@gmail.com>
Tue, 21 Oct 2008 23:49:09 +0000 (19:49 -0400)
committerIngo Molnar <mingo@elte.hu>
Wed, 22 Oct 2008 05:37:17 +0000 (07:37 +0200)
This variable is only used in the source file, so make it static.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/irq/proc.c

index fac014a81b244f232409e5c717a2e1c76f7ac1ba..4d161c70ba558507dc9be80537a50215052bd52f 100644 (file)
@@ -220,7 +220,7 @@ void unregister_handler_proc(unsigned int irq, struct irqaction *action)
        }
 }
 
-void register_default_affinity_proc(void)
+static void register_default_affinity_proc(void)
 {
 #ifdef CONFIG_SMP
        proc_create("irq/default_smp_affinity", 0600, NULL,