scu_ipc: Fix warning caused by include changes
authorAlan Cox <alan@linux.intel.com>
Mon, 13 Sep 2010 14:55:05 +0000 (15:55 +0100)
committerMatthew Garrett <mjg@redhat.com>
Thu, 21 Oct 2010 13:36:45 +0000 (09:36 -0400)
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>
drivers/platform/x86/intel_scu_ipc.c

index 6abe18e..41a9e34 100644 (file)
@@ -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>