]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[IA64] msi_ia64.c dmar_msi_type should be static
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Wed, 10 Jun 2009 19:45:01 +0000 (12:45 -0700)
committerTony Luck <tony.luck@intel.com>
Mon, 15 Jun 2009 21:35:54 +0000 (14:35 -0700)
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/msi_ia64.c

index 0f8ade9331badf4acaf29818dcad0dc67b31fd5e..6c89228560493df8d17d6e0f7d1b65d28ee543ad 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,