linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scu_ipc: Fix warning caused by include changes
@ 2010-09-13 14:55 Alan Cox
  0 siblings, 0 replies; only message in thread
From: Alan Cox @ 2010-09-13 14:55 UTC (permalink / raw)
  To: platform-driver-x86, linux-next, mjg

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

 drivers/platform/x86/intel_scu_ipc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/drivers/platform/x86/intel_scu_ipc.c b/drivers/platform/x86/intel_scu_ipc.c
index 6abe18e..41a9e34 100644
--- a/drivers/platform/x86/intel_scu_ipc.c
+++ b/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>
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-13 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13 14:55 [PATCH] scu_ipc: Fix warning caused by include changes Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).