diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-06-10 15:41:01 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-17 11:16:08 -0400 |
commit | 8f7007aabee22d6c186070e9532b0965f6036bb7 (patch) | |
tree | 8b2692d2ce75d9b4f0d269c40d79eea77d4a40c1 | |
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>
-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) | |||
3568 | 3568 | ||
3569 | #endif /* CONFIG_SMP */ | 3569 | #endif /* CONFIG_SMP */ |
3570 | 3570 | ||
3571 | struct irq_chip dmar_msi_type = { | 3571 | static struct irq_chip dmar_msi_type = { |
3572 | .name = "DMAR_MSI", | 3572 | .name = "DMAR_MSI", |
3573 | .unmask = dmar_msi_unmask, | 3573 | .unmask = dmar_msi_unmask, |
3574 | .mask = dmar_msi_mask, | 3574 | .mask = dmar_msi_mask, |