diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-06-10 15:45:01 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2009-06-15 17:35:54 -0400 |
commit | 9542b21e4f05a521a35752f49a522ef5a6221b4f (patch) | |
tree | 9bae7d5d906984d887d101445656ee2e238f234a /arch/ia64 | |
parent | fb824f4838c3110c282268a3620f41da67b3f3fb (diff) |
[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/ia64')
-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) | |||
158 | } | 158 | } |
159 | #endif /* CONFIG_SMP */ | 159 | #endif /* CONFIG_SMP */ |
160 | 160 | ||
161 | struct irq_chip dmar_msi_type = { | 161 | static struct irq_chip dmar_msi_type = { |
162 | .name = "DMAR_MSI", | 162 | .name = "DMAR_MSI", |
163 | .unmask = dmar_msi_unmask, | 163 | .unmask = dmar_msi_unmask, |
164 | .mask = dmar_msi_mask, | 164 | .mask = dmar_msi_mask, |