diff options
author | Alan Cox <alan@linux.intel.com> | 2010-09-13 15:55:05 +0100 |
---|---|---|
committer | Matthew Garrett <mjg@redhat.com> | 2010-10-21 09:36:45 -0400 |
commit | 209009b2cb29124ad707fbb3ba4c95d3d100a1c4 (patch) | |
tree | 55dc23b6c154234260ba62b55df3b9a82a51a3c1 /drivers/platform | |
parent | 392bd8b58414106b129d72a33fa99b999b720237 (diff) | |
download | op-kernel-dev-209009b2cb29124ad707fbb3ba4c95d3d100a1c4.zip op-kernel-dev-209009b2cb29124ad707fbb3ba4c95d3d100a1c4.tar.gz |
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')
-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 6abe18e..41a9e34 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> |