]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
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 6abe18e638e976f325ba92c9892bd2cc1501f4a8..41a9e34899ac5f81da6dde61f6aa2a1d34e2e134 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>