From: Thomas Gleixner Date: Fri, 24 Apr 2015 11:57:48 +0000 (+0200) Subject: x86: Remove more unmodified io_apic_ops X-Git-Tag: omap-for-v4.2/fixes-rc1^2~170^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca1b88622e9c16df7b1e0a57e9c6c2300321bed4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed