]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: irqinit_64.c init_ISA_irqs should be static
authorJaswinder Singh Rajput <jaswinderlinux@gmail.com>
Tue, 30 Dec 2008 15:40:13 +0000 (21:10 +0530)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 Jan 2009 17:19:41 +0000 (18:19 +0100)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/irqinit_64.c

index cb875a63867d7eb2e2f63bf9ebbb4b29153f84b4..da481a1e3f303f8fe3bf10995e8e218cc556f2d4 100644 (file)
@@ -81,7 +81,7 @@ int vector_used_by_percpu_irq(unsigned int vector)
        return 0;
 }
 
-void __init init_ISA_irqs(void)
+static void __init init_ISA_irqs(void)
 {
        int i;