[PATCH 2/3] ppc: Include <asm/cacheflush.h> in kernel/ppc_ksyms.c
    Segher Boessenkool 
    segher at kernel.crashing.org
       
    Wed May  7 08:58:49 EST 2008
    
    
  
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 at kernel.crashing.org>
---
 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 16ac11c..602c268 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>
-- 
1.5.5.23.g2a5f.dirty
    
    
More information about the Linuxppc-dev
mailing list