aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-22 00:42:51 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-22 00:42:51 -0400
commit5c8c56ebdfb290e4feaac406518903f58714d874 (patch)
tree424ca8975f59d4bb8daa985fc769f10c34a5e87a /arch/ppc/kernel/ppc_ksyms.c
parent05d84681abcb33fe34accb5982c413daeb4208c4 (diff)
powerpc: Move agp_special_page export to where it is defined
... instead of exporting it in arch/*/kernel/ppc_ksyms.c. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/ppc_ksyms.c')
-rw-r--r--arch/ppc/kernel/ppc_ksyms.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index f4373fb9181f..dcc83440f203 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -323,10 +323,6 @@ extern long *intercept_table;
323EXPORT_SYMBOL(intercept_table); 323EXPORT_SYMBOL(intercept_table);
324#endif /* CONFIG_PPC_STD_MMU */ 324#endif /* CONFIG_PPC_STD_MMU */
325EXPORT_SYMBOL(cur_cpu_spec); 325EXPORT_SYMBOL(cur_cpu_spec);
326#ifdef CONFIG_PPC_PMAC
327extern unsigned long agp_special_page;
328EXPORT_SYMBOL(agp_special_page);
329#endif
330#if defined(CONFIG_40x) || defined(CONFIG_BOOKE) 326#if defined(CONFIG_40x) || defined(CONFIG_BOOKE)
331EXPORT_SYMBOL(__mtdcr); 327EXPORT_SYMBOL(__mtdcr);
332EXPORT_SYMBOL(__mfdcr); 328EXPORT_SYMBOL(__mfdcr);