diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-22 00:42:51 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-22 00:42:51 -0400 |
commit | 5c8c56ebdfb290e4feaac406518903f58714d874 (patch) | |
tree | 424ca8975f59d4bb8daa985fc769f10c34a5e87a /arch/ppc/kernel/ppc_ksyms.c | |
parent | 05d84681abcb33fe34accb5982c413daeb4208c4 (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.c | 4 |
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; | |||
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); |