Commit 209009b2cb29124ad707fbb3ba4c95d3d100a1c4

Authored by Alan Cox
Committed by Matthew Garrett
1 parent 392bd8b584

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>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/platform/x86/intel_scu_ipc.c
... ... @@ -23,6 +23,7 @@
23 23 #include <linux/pm.h>
24 24 #include <linux/pci.h>
25 25 #include <linux/interrupt.h>
  26 +#include <linux/sfi.h>
26 27 #include <asm/mrst.h>
27 28 #include <asm/intel_scu_ipc.h>
28 29