x86: Remove more unmodified io_apic_ops

io_apic_ops.init() is either NULL, if IO-APIC support is disabled at
compile time or native_io_apic_init_mappings(). No point to have that
as we can achieve the same thing with an empty inline.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2015-04-24 13:57:48 +02:00
parent 9a93d4736e
commit ca1b88622e
5 changed files with 5 additions and 8 deletions

View File

@@ -2687,7 +2687,7 @@ static struct resource * __init ioapic_setup_resources(void)
return res;
}
void __init native_io_apic_init_mappings(void)
void __init io_apic_init_mappings(void)
{
unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0;
struct resource *ioapic_res;