x86: Remove more unmodified io_apic_ops
authorThomas Gleixner <tglx@linutronix.de>
Fri, 24 Apr 2015 11:57:48 +0000 (13:57 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 24 Apr 2015 13:36:54 +0000 (15:36 +0200)
commitca1b88622e9c16df7b1e0a57e9c6c2300321bed4
tree6807aad02f5210e30c1b8250ef4e02b0efd42212
parent9a93d4736ec5ec322ec8f240a292c1a86cd0876d
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>
arch/x86/include/asm/io_apic.h
arch/x86/include/asm/x86_init.h
arch/x86/kernel/apic/io_apic.c
arch/x86/kernel/setup.c
arch/x86/kernel/x86_init.c