]> git.baikalelectronics.ru Git - kernel.git/commit
x86/eisa: Add missing include
authorThomas Gleixner <tglx@linutronix.de>
Thu, 31 Aug 2017 18:08:16 +0000 (20:08 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 31 Aug 2017 19:34:48 +0000 (21:34 +0200)
commitfbe453e97d7afe8c71467c5973d5f60bc09d1043
tree64fefce2e9edf07f9232be505b29755b1c6242db
parent081a7e52bbc76846d1436324241d3217fe14bf9a
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: c451f40761a3 ("x86/boot: Move EISA setup to a separate file")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/eisa.c