Browse Source

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>
Alan Cox 15 years ago
parent
commit
209009b2cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/platform/x86/intel_scu_ipc.c

+ 1 - 0
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>