aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/x86_init.c
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2009-08-20 06:34:47 -0400
committerThomas Gleixner <tglx@linutronix.de>2009-08-27 11:12:53 -0400
commit90e1c6969d8711edb888a00ec54c74370f125c8f (patch)
treece096ac8adec548d968a997411291213cfd511d6 /arch/x86/kernel/x86_init.c
parent52fdb5684660f9fd7129f7bbbe279a02893bacb8 (diff)
x86: Move oem_bus_info to x86_init_ops
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/x86_init.c')
-rw-r--r--arch/x86/kernel/x86_init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/x86_init.c b/arch/x86/kernel/x86_init.c
index fb5d93c077d8..27685edc5460 100644
--- a/arch/x86/kernel/x86_init.c
+++ b/arch/x86/kernel/x86_init.c
@@ -31,5 +31,6 @@ struct __initdata x86_init_ops x86_init = {
31 .setup_ioapic_ids = x86_init_noop, 31 .setup_ioapic_ids = x86_init_noop,
32 .mpc_apic_id = default_mpc_apic_id, 32 .mpc_apic_id = default_mpc_apic_id,
33 .smp_read_mpc_oem = default_smp_read_mpc_oem, 33 .smp_read_mpc_oem = default_smp_read_mpc_oem,
34 .mpc_oem_bus_info = default_mpc_oem_bus_info,
34 }, 35 },
35}; 36};