diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-06-10 21:45:01 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-06-15 23:35:54 +0200 |
commit | 9542b21e4f05a521a35752f49a522ef5a6221b4f (patch) | |
tree | 9bae7d5d906984d887d101445656ee2e238f234a /arch | |
parent | [IA64] remove obsolete hw_interrupt_type (diff) | |
download | linux-9542b21e4f05a521a35752f49a522ef5a6221b4f.tar.xz linux-9542b21e4f05a521a35752f49a522ef5a6221b4f.zip |
[IA64] msi_ia64.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: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/kernel/msi_ia64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/msi_ia64.c b/arch/ia64/kernel/msi_ia64.c index 0f8ade9331ba..6c8922856049 100644 --- a/arch/ia64/kernel/msi_ia64.c +++ b/arch/ia64/kernel/msi_ia64.c @@ -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, |