x86: apic/io_apic.c: dmar_msi_type should be static
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 10 Jun 2009 19:41:01 +0000 (12:41 -0700)
committerIngo Molnar <mingo@elte.hu>
Wed, 17 Jun 2009 15:16:08 +0000 (17:16 +0200)
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/io_apic.c

index 95e0370..29d0752 100644 (file)
@@ -3568,7 +3568,7 @@ static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
 
 #endif /* CONFIG_SMP */
 
-struct irq_chip dmar_msi_type = {
+static struct irq_chip dmar_msi_type = {
        .name = "DMAR_MSI",
        .unmask = dmar_msi_unmask,
        .mask = dmar_msi_mask,