projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
392bd8b
)
scu_ipc: Fix warning caused by include changes
author
Alan Cox
<alan@linux.intel.com>
Mon, 13 Sep 2010 14:55:05 +0000
(15:55 +0100)
committer
Matthew 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/platform/x86/intel_scu_ipc.c
b/drivers/platform/x86/intel_scu_ipc.c
index 6abe18e638e976f325ba92c9892bd2cc1501f4a8..41a9e34899ac5f81da6dde61f6aa2a1d34e2e134 100644
(file)
--- 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>