projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
426e53f
)
[POWERPC] ppc: Include <asm/cacheflush.h> in kernel/ppc_ksyms.c
author
Segher Boessenkool
<segher@kernel.crashing.org>
Tue, 6 May 2008 22:58:49 +0000
(08:58 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 12 May 2008 10:27:50 +0000
(20:27 +1000)
It needs it:
arch/ppc/kernel/ppc_ksyms.c:152: error: '__flush_icache_range'
undeclared here (not in a function)
and a few more like that.
Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/ppc/kernel/ppc_ksyms.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/ppc/kernel/ppc_ksyms.c
b/arch/ppc/kernel/ppc_ksyms.c
index 16ac11ca7ba0feb0b022fc8093a21bcf6cae4f61..602c268fc8a2875ae55f5c51ddbbf59f510d4838 100644
(file)
--- a/
arch/ppc/kernel/ppc_ksyms.c
+++ b/
arch/ppc/kernel/ppc_ksyms.c
@@
-24,6
+24,7
@@
#include <asm/checksum.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
+#include <asm/cacheflush.h>
#include <linux/adb.h>
#include <linux/cuda.h>
#include <linux/pmu.h>