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/mm | |
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/mm')
-rw-r--r-- | arch/ppc/mm/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
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[]; |