The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static
@ 2009-05-13 22:12 Jaswinder Singh Rajput
  2009-05-13 22:13 ` [PATCH] ia64: msi_ia64.c " Jaswinder Singh Rajput
  2009-05-28 11:52 ` [PATCH-tip] x86: apic/io_apic.c " Jaswinder Singh Rajput
  0 siblings, 2 replies; 3+ messages in thread
From: Jaswinder Singh Rajput @ 2009-05-13 22:12 UTC (permalink / raw)
  To: Ingo Molnar, Yinghai Lu, x86 maintainers, Tony Luck, LKML


Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
 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 0a3f3ab..f3e16ad 100644
--- a/arch/x86/kernel/apic/io_apic.c
+++ b/arch/x86/kernel/apic/io_apic.c
@@ -3538,7 +3538,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,
-- 
1.6.0.6




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-28 11:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-13 22:12 [PATCH-tip] x86: apic/io_apic.c dmar_msi_type should be static Jaswinder Singh Rajput
2009-05-13 22:13 ` [PATCH] ia64: msi_ia64.c " Jaswinder Singh Rajput
2009-05-28 11:52 ` [PATCH-tip] x86: apic/io_apic.c " Jaswinder Singh Rajput

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox