diff options
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 4 | ||||
-rw-r--r-- | arch/ppc/mm/init.c | 1 |
2 files changed, 1 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; | |||
323 | EXPORT_SYMBOL(intercept_table); | 323 | EXPORT_SYMBOL(intercept_table); |
324 | #endif /* CONFIG_PPC_STD_MMU */ | 324 | #endif /* CONFIG_PPC_STD_MMU */ |
325 | EXPORT_SYMBOL(cur_cpu_spec); | 325 | EXPORT_SYMBOL(cur_cpu_spec); |
326 | #ifdef CONFIG_PPC_PMAC | ||
327 | extern unsigned long agp_special_page; | ||
328 | EXPORT_SYMBOL(agp_special_page); | ||
329 | #endif | ||
330 | #if defined(CONFIG_40x) || defined(CONFIG_BOOKE) | 326 | #if defined(CONFIG_40x) || defined(CONFIG_BOOKE) |
331 | EXPORT_SYMBOL(__mtdcr); | 327 | EXPORT_SYMBOL(__mtdcr); |
332 | EXPORT_SYMBOL(__mfdcr); | 328 | EXPORT_SYMBOL(__mfdcr); |
diff --git a/arch/ppc/mm/init.c b/arch/ppc/mm/init.c index 5e9ef23b4671..db94efd25369 100644 --- a/arch/ppc/mm/init.c +++ b/arch/ppc/mm/init.c | |||
@@ -69,6 +69,7 @@ int init_bootmem_done; | |||
69 | int boot_mapsize; | 69 | int boot_mapsize; |
70 | #ifdef CONFIG_PPC_PMAC | 70 | #ifdef CONFIG_PPC_PMAC |
71 | unsigned long agp_special_page; | 71 | unsigned long agp_special_page; |
72 | EXPORT_SYMBOL(agp_special_page); | ||
72 | #endif | 73 | #endif |
73 | 74 | ||
74 | extern char _end[]; | 75 | extern char _end[]; |