提交 ef1d4dea 编写于 作者: T Thomas Gleixner

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: NIngo Molnar <mingo@kernel.org>
Fixes: f7eaf6e0 ("x86/boot: Move EISA setup to a separate file")
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 04b5de3a
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
*/ */
#include <linux/ioport.h> #include <linux/ioport.h>
#include <linux/eisa.h> #include <linux/eisa.h>
#include <linux/io.h>
static __init int eisa_bus_probe(void) static __init int eisa_bus_probe(void)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册