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

@@ -180,7 +180,6 @@ struct x86_msi_ops {
};
struct x86_io_apic_ops {
void (*init) (void);
unsigned int (*read) (unsigned int apic, unsigned int reg);
void (*disable)(void);
};