aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r--arch/powerpc/kernel/ppc_ksyms.c26
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c
index b212d3e64b8d..dfa5398ab3c8 100644
--- a/arch/powerpc/kernel/ppc_ksyms.c
+++ b/arch/powerpc/kernel/ppc_ksyms.c
@@ -78,15 +78,8 @@ EXPORT_SYMBOL(sys_sigreturn);
78EXPORT_SYMBOL(strcpy); 78EXPORT_SYMBOL(strcpy);
79EXPORT_SYMBOL(strncpy); 79EXPORT_SYMBOL(strncpy);
80EXPORT_SYMBOL(strcat); 80EXPORT_SYMBOL(strcat);
81EXPORT_SYMBOL(strncat);
82EXPORT_SYMBOL(strchr);
83EXPORT_SYMBOL(strrchr);
84EXPORT_SYMBOL(strpbrk);
85EXPORT_SYMBOL(strstr);
86EXPORT_SYMBOL(strlen); 81EXPORT_SYMBOL(strlen);
87EXPORT_SYMBOL(strnlen);
88EXPORT_SYMBOL(strcmp); 82EXPORT_SYMBOL(strcmp);
89EXPORT_SYMBOL(strncmp);
90EXPORT_SYMBOL(strcasecmp); 83EXPORT_SYMBOL(strcasecmp);
91 84
92EXPORT_SYMBOL(csum_partial); 85EXPORT_SYMBOL(csum_partial);
@@ -116,15 +109,6 @@ EXPORT_SYMBOL(_insw_ns);
116EXPORT_SYMBOL(_outsw_ns); 109EXPORT_SYMBOL(_outsw_ns);
117EXPORT_SYMBOL(_insl_ns); 110EXPORT_SYMBOL(_insl_ns);
118EXPORT_SYMBOL(_outsl_ns); 111EXPORT_SYMBOL(_outsl_ns);
119EXPORT_SYMBOL(ioremap);
120#ifdef CONFIG_44x
121EXPORT_SYMBOL(ioremap64);
122#endif
123EXPORT_SYMBOL(__ioremap);
124EXPORT_SYMBOL(iounmap);
125#ifdef CONFIG_PPC32
126EXPORT_SYMBOL(ioremap_bot); /* aka VMALLOC_END */
127#endif
128 112
129#if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE)) 113#if defined(CONFIG_PPC32) && (defined(CONFIG_BLK_DEV_IDE) || defined(CONFIG_BLK_DEV_IDE_MODULE))
130EXPORT_SYMBOL(ppc_ide_md); 114EXPORT_SYMBOL(ppc_ide_md);
@@ -167,7 +151,6 @@ EXPORT_SYMBOL(__flush_icache_range);
167EXPORT_SYMBOL(flush_dcache_range); 151EXPORT_SYMBOL(flush_dcache_range);
168 152
169#ifdef CONFIG_SMP 153#ifdef CONFIG_SMP
170EXPORT_SYMBOL(smp_call_function);
171#ifdef CONFIG_PPC32 154#ifdef CONFIG_PPC32
172EXPORT_SYMBOL(smp_hw_index); 155EXPORT_SYMBOL(smp_hw_index);
173#endif 156#endif
@@ -184,9 +167,6 @@ EXPORT_SYMBOL(adb_try_handler_change);
184EXPORT_SYMBOL(cuda_request); 167EXPORT_SYMBOL(cuda_request);
185EXPORT_SYMBOL(cuda_poll); 168EXPORT_SYMBOL(cuda_poll);
186#endif /* CONFIG_ADB_CUDA */ 169#endif /* CONFIG_ADB_CUDA */
187#ifdef CONFIG_PPC_PMAC
188EXPORT_SYMBOL(sys_ctrler);
189#endif
190#ifdef CONFIG_VT 170#ifdef CONFIG_VT
191EXPORT_SYMBOL(kd_mksound); 171EXPORT_SYMBOL(kd_mksound);
192#endif 172#endif
@@ -204,7 +184,6 @@ EXPORT_SYMBOL(__lshrdi3);
204EXPORT_SYMBOL(memcpy); 184EXPORT_SYMBOL(memcpy);
205EXPORT_SYMBOL(memset); 185EXPORT_SYMBOL(memset);
206EXPORT_SYMBOL(memmove); 186EXPORT_SYMBOL(memmove);
207EXPORT_SYMBOL(memscan);
208EXPORT_SYMBOL(memcmp); 187EXPORT_SYMBOL(memcmp);
209EXPORT_SYMBOL(memchr); 188EXPORT_SYMBOL(memchr);
210 189
@@ -213,7 +192,6 @@ EXPORT_SYMBOL(screen_info);
213#endif 192#endif
214 193
215#ifdef CONFIG_PPC32 194#ifdef CONFIG_PPC32
216EXPORT_SYMBOL(__delay);
217EXPORT_SYMBOL(timer_interrupt); 195EXPORT_SYMBOL(timer_interrupt);
218EXPORT_SYMBOL(irq_desc); 196EXPORT_SYMBOL(irq_desc);
219EXPORT_SYMBOL(tb_ticks_per_jiffy); 197EXPORT_SYMBOL(tb_ticks_per_jiffy);
@@ -221,10 +199,6 @@ EXPORT_SYMBOL(console_drivers);
221EXPORT_SYMBOL(cacheable_memcpy); 199EXPORT_SYMBOL(cacheable_memcpy);
222#endif 200#endif
223 201
224EXPORT_SYMBOL(__up);
225EXPORT_SYMBOL(__down);
226EXPORT_SYMBOL(__down_interruptible);
227
228#ifdef CONFIG_8xx 202#ifdef CONFIG_8xx
229EXPORT_SYMBOL(cpm_install_handler); 203EXPORT_SYMBOL(cpm_install_handler);
230EXPORT_SYMBOL(cpm_free_handler); 204EXPORT_SYMBOL(cpm_free_handler);