]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] Fix 40x build
authorJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 20 Aug 2007 12:29:36 +0000 (07:29 -0500)
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>
Mon, 20 Aug 2007 12:29:36 +0000 (07:29 -0500)
Remove inclusion of __res on 40x.  We don't need it in arch/powerpc

Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
arch/powerpc/kernel/head_40x.S
arch/powerpc/kernel/ppc_ksyms.c

index fe8afb60290eba8fd50d848bfcf45c7cfac473ea..a8e045773a928ec3332912d7ccd3b1d052ad71d8 100644 (file)
@@ -35,7 +35,6 @@
 #include <asm/page.h>
 #include <asm/mmu.h>
 #include <asm/pgtable.h>
-#include <asm/ibm4xx.h>
 #include <asm/cputable.h>
 #include <asm/thread_info.h>
 #include <asm/ppc_asm.h>
index a20f1951a5ce7b6141f22480c723f83a8b0062f2..430c502179c326d3048119f413e6472bacbdc07d 100644 (file)
@@ -180,7 +180,7 @@ EXPORT_SYMBOL(cacheable_memcpy);
 EXPORT_SYMBOL(cpm_install_handler);
 EXPORT_SYMBOL(cpm_free_handler);
 #endif /* CONFIG_8xx */
-#if defined(CONFIG_8xx) || defined(CONFIG_40x)
+#if defined(CONFIG_8xx)
 EXPORT_SYMBOL(__res);
 #endif