1
0
Fork 0

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>
wifi-calibration
Alan Cox 2010-09-13 15:55:05 +01:00 committed by Matthew Garrett
parent 392bd8b584
commit 209009b2cb
1 changed files with 1 additions and 0 deletions

View 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>