diff options
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r-- | arch/x86/kernel/mpparse.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index 13c8e1f864fc..faf503aa3b70 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c | |||
@@ -113,7 +113,9 @@ static void __init MP_bus_info(struct mpc_bus *m) | |||
113 | pr_warn("Unknown bustype %s - ignoring\n", str); | 113 | pr_warn("Unknown bustype %s - ignoring\n", str); |
114 | } | 114 | } |
115 | 115 | ||
116 | static struct irq_domain_ops mp_ioapic_irqdomain_ops; | 116 | static struct irq_domain_ops mp_ioapic_irqdomain_ops = { |
117 | .map = mp_irqdomain_map, | ||
118 | }; | ||
117 | 119 | ||
118 | static void __init MP_ioapic_info(struct mpc_ioapic *m) | 120 | static void __init MP_ioapic_info(struct mpc_ioapic *m) |
119 | { | 121 | { |