projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50a8d4d
)
x86: apic/io_apic.c: dmar_msi_type should be static
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 10 Jun 2009 19:41:01 +0000
(12:41 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 17 Jun 2009 15:16:08 +0000
(17:16 +0200)
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/apic/io_apic.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/apic/io_apic.c
b/arch/x86/kernel/apic/io_apic.c
index 95e03701106ab84943ac475a933b7c28e0d59fd4..29d0752d95177df7eb5bc14ae00c2db458f69f8a 100644
(file)
--- a/
arch/x86/kernel/apic/io_apic.c
+++ b/
arch/x86/kernel/apic/io_apic.c
@@
-3568,7
+3568,7
@@
static int dmar_msi_set_affinity(unsigned int irq, const struct cpumask *mask)
#endif /* CONFIG_SMP */
-struct irq_chip dmar_msi_type = {
+st
atic st
ruct irq_chip dmar_msi_type = {
.name = "DMAR_MSI",
.unmask = dmar_msi_unmask,
.mask = dmar_msi_mask,