diff options
Diffstat (limited to 'arch/x86/kernel/head32.c')
| -rw-r--r-- | arch/x86/kernel/head32.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/head32.c b/arch/x86/kernel/head32.c index d6d6bb36193..3bb08509a7a 100644 --- a/arch/x86/kernel/head32.c +++ b/arch/x86/kernel/head32.c @@ -23,7 +23,6 @@  static void __init i386_default_early_setup(void)  {  	/* Initialize 32bit specific setup functions */ -	x86_init.resources.probe_roms = probe_roms;  	x86_init.resources.reserve_resources = i386_reserve_resources;  	x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc;  |