From: Segher Boessenkool <segher@kernel.crashing.org>
Date: Tue, 6 May 2008 22:58:49 +0000 (+1000)
Subject: [POWERPC] ppc: Include <asm/cacheflush.h> in kernel/ppc_ksyms.c
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9717e87fb19f21d1be2ac1dce8f65045547b7e1b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

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

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>