diff options
author | Alan Cox <alan@linux.intel.com> | 2010-09-13 16:55:05 +0200 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 15:36:45 +0200 |
commit | 209009b2cb29124ad707fbb3ba4c95d3d100a1c4 (patch) | |
tree | 55dc23b6c154234260ba62b55df3b9a82a51a3c1 /drivers/platform/x86 | |
parent | platform: x86: throw away custom methods (diff) | |
download | linux-209009b2cb29124ad707fbb3ba4c95d3d100a1c4.tar.xz linux-209009b2cb29124ad707fbb3ba4c95d3d100a1c4.zip |
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 <alan@linux.intel.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Diffstat (limited to 'drivers/platform/x86')
-rw-r--r-- | drivers/platform/x86/intel_scu_ipc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <linux/pm.h> #include <linux/pci.h> #include <linux/interrupt.h> +#include <linux/sfi.h> #include <asm/mrst.h> #include <asm/intel_scu_ipc.h> |