mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-23 19:21:46 +00:00
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@kernel.org> Fixes: f7eaf6e00fd5 ("x86/boot: Move EISA setup to a separate file") Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
04b5de3a8f
commit
ef1d4deab9
@ -5,6 +5,7 @@
|
||||
*/
|
||||
#include <linux/ioport.h>
|
||||
#include <linux/eisa.h>
|
||||
#include <linux/io.h>
|
||||
|
||||
static __init int eisa_bus_probe(void)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user