Skip to content

Commit ef1d4de

Browse files
committed
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 <[email protected]> Fixes: f7eaf6e ("x86/boot: Move EISA setup to a separate file") Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 04b5de3 commit ef1d4de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/eisa.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*/
66
#include <linux/ioport.h>
77
#include <linux/eisa.h>
8+
#include <linux/io.h>
89

910
static __init int eisa_bus_probe(void)
1011
{

0 commit comments

Comments
 (0)