From: Alan Cox Date: Mon, 13 Sep 2010 14:55:05 +0000 (+0100) Subject: scu_ipc: Fix warning caused by include changes X-Git-Tag: upstream/snapshot3+hdmi~12670^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=209009b2cb29124ad707fbb3ba4c95d3d100a1c4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.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 6abe18e..41a9e34 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