From: Jan Beulich Date: Mon, 3 Nov 2014 08:15:42 +0000 (+0000) Subject: x86: irq: Fix placement of mp_should_keep_irq() X-Git-Tag: omap-for-v3.19/fixes-rc1~23^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e10679825924580845c4825deaaddf5331ff627c;p=pandora-kernel.git x86: irq: Fix placement of mp_should_keep_irq() While f3761db164 ("x86, irq: Fix build error caused by 9eabc99a635a77cbf09") addressed the original build problem, declaration, inline stub, and definition still seem misplaced: It isn't really IO-APIC related, and it's being used solely in arch/x86/pci/. This also means stubbing it out when !CONFIG_X86_IO_APIC was at least questionable. Signed-off-by: Jan Beulich Cc: Jiang Liu Link: http://lkml.kernel.org/r/545747BE020000780004436E@mail.emea.novell.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed