diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2008-05-07 08:58:49 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-12 20:27:50 +1000 |
commit | 9717e87fb19f21d1be2ac1dce8f65045547b7e1b (patch) | |
tree | 5ec1be729068e818dcade558b30feb84463d6cd8 /arch/ppc/kernel | |
parent | 426e53fcbab76b68524f8f07c2afd7a4340c627a (diff) |
[POWERPC] ppc: Include <asm/cacheflush.h> in kernel/ppc_ksyms.c
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>
Diffstat (limited to 'arch/ppc/kernel')
-rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 16ac11ca7ba0..602c268fc8a2 100644 --- 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> |