From: Alan Cox Date: Mon, 13 Sep 2010 14:55:05 +0000 (+0100) Subject: scu_ipc: Fix warning caused by include changes X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=209009b2cb29124ad707fbb3ba4c95d3d100a1c4;p=linux-beck.git scu_ipc: Fix warning caused by include changes We need to include the SFI headers. This is fine as the SCU is only relevant to x86 platforms with SFI. Fixes the -next warning report. Signed-off-by: Alan Cox Signed-off-by: Matthew Garrett --- diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c index 6abe18e638e9..41a9e34899ac 100644 --- a/drivers/platform/x86/intel_scu_ipc.c +++ b/drivers/platform/x86/intel_scu_ipc.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include