From: Jaswinder Singh Rajput Date: Wed, 10 Jun 2009 19:41:01 +0000 (-0700) Subject: x86: apic/io_apic.c: dmar_msi_type should be static X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f7007aabee22d6c186070e9532b0965f6036bb7;p=linux-beck.git x86: apic/io_apic.c: dmar_msi_type should be static Signed-off-by: Jaswinder Singh Rajput Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 95e03701106a..29d0752d9517 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c @@ -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,