Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef1d4dea authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarIngo Molnar <mingo@kernel.org>
Fixes: f7eaf6e0 ("x86/boot: Move EISA setup to a separate file")
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 04b5de3a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
 */
#include <linux/ioport.h>
#include <linux/eisa.h>
#include <linux/io.h>

static __init int eisa_bus_probe(void)
{