Skip to content

Commit

Permalink
x86/eisa: Add missing include
Browse files Browse the repository at this point in the history
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: f7eaf6e ("x86/boot: Move EISA setup to a separate file")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed Aug 31, 2017
1 parent 04b5de3 commit ef1d4de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/eisa.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*/
#include <linux/ioport.h>
#include <linux/eisa.h>
#include <linux/io.h>

static __init int eisa_bus_probe(void)
{
Expand Down

0 comments on commit ef1d4de

Please sign in to comment.