[IA64] msi_ia64.c dmar_msi_type should be static
[safe/jmp/linux-2.6] / arch / ia64 / kernel / msi_ia64.c
index 0f8ade9..6c89228 100644 (file)
@@ -158,7 +158,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,