Commit-ID: 6be2dc2277f93827baaf09d942be5ff5016339db Gitweb: http://git.kernel.org/tip/6be2dc2277f93827baaf09d942be5ff5016339db Author: Thomas Gleixner <tglx@xxxxxxxxxxxxx> AuthorDate: Thu, 31 Aug 2017 20:08:16 +0200 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitDate: Thu, 31 Aug 2017 20:10:35 +0200 x86/eisa: Add missing include The seperation of the EISA init missed to include linux/io.h which breaks the build with some special configurations. Reported-by: Ingo Molnar <mingo@xxxxxxxxxx> Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file") Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- arch/x86/kernel/eisa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c index 881f923..cee2ee8 100644 --- a/arch/x86/kernel/eisa.c +++ b/arch/x86/kernel/eisa.c @@ -5,6 +5,7 @@ */ #include <linux/ioport.h> #include <linux/eisa.h> +#include <io.h> static __init int eisa_bus_probe(void) { -- To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |