x86/eisa: Add missing include
authorThomas Gleixner <tglx@linutronix.de>
Thu, 31 Aug 2017 18:08:16 +0000 (20:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 31 Aug 2017 19:34:48 +0000 (21:34 +0200)
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@kernel.org>
Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/eisa.c

index 881f9236ebff9b858b685bf3bf37c4034d9c3a6c..f260e452e4f8726237618efe4b9526938d31d81d 100644 (file)
@@ -5,6 +5,7 @@
  */
 #include <linux/ioport.h>
 #include <linux/eisa.h>
+#include <linux/io.h>
 
 static __init int eisa_bus_probe(void)
 {