lkml.org 
[lkml]   [2019]   [Jan]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH 3.16] x86/eisa: Add missing include
Ben, please backport Thomas Gleixner's patch to the 3.16 series.

commit ef1d4deab953ecb1dfcf9f167043bda8b3f14a11
Author: Thomas Gleixner <tglx@linutronix.de>
Date: Thu Aug 31 20:08:16 2017 +0200

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>

diff --git a/arch/x86/kernel/eisa.c b/arch/x86/kernel/eisa.c
index 881f9236ebff..f260e452e4f8 100644
--- a/arch/x86/kernel/eisa.c
+++ b/arch/x86/kernel/eisa.c
@@ -5,6 +5,7 @@
*/
#include <linux/ioport.h>
#include <linux/eisa.h>
+#include <linux/io.h>

static __init int eisa_bus_probe(void)
{
\
 
 \ /
  Last update: 2019-01-18 15:12    [W:0.042 / U:0.500 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site