From: Thomas Gleixner Date: Thu, 31 Aug 2017 18:08:16 +0000 (+0200) Subject: x86/eisa: Add missing include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ef1d4deab953ecb1dfcf9f167043bda8b3f14a11;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file") Signed-off-by: Thomas Gleixner --- diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c index 881f9236ebff..f260e452e4f8 100644 --- a/arch/x86/kernel/eisa.c +++ b/arch/x86/kernel/eisa.c @@ -5,6 +5,7 @@ */ #include #include +#include static __init int eisa_bus_probe(void) {