diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-06-10 12:41:01 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-17 17:16:08 +0200 |
commit | 8f7007aabee22d6c186070e9532b0965f6036bb7 (patch) | |
tree | 8b2692d2ce75d9b4f0d269c40d79eea77d4a40c1 /arch/x86/kernel/apic | |
parent | 50a8d4d29735ec99139e58ea3cb11bed3331cf87 (diff) |
x86: apic/io_apic.c: dmar_msi_type should be static
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>
Diffstat (limited to 'arch/x86/kernel/apic')
-rw-r--r-- | arch/x86/kernel/apic/io_apic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |