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>
Showing
- arch/x86/include/asm/io_apic.h 3 additions, 3 deletionsarch/x86/include/asm/io_apic.h
- arch/x86/include/asm/x86_init.h 0 additions, 1 deletionarch/x86/include/asm/x86_init.h
- arch/x86/kernel/apic/io_apic.c 1 addition, 1 deletionarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/setup.c 1 addition, 2 deletionsarch/x86/kernel/setup.c
- arch/x86/kernel/x86_init.c 0 additions, 1 deletionarch/x86/kernel/x86_init.c
Please register or sign in to comment