]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
ppc: Remove duplicate export of get_wchan
authorPaul Mackerras <paulus@samba.org>
Sat, 14 Jan 2006 00:17:32 +0000 (11:17 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 14 Jan 2006 00:48:29 +0000 (11:48 +1100)
The arch/powerpc version of process.c exports get_wchan itself.  When
I moved ARCH=ppc over to using arch/powerpc/kernel/process.c the
get_wchan export in arch/ppc/kernel/ppc_ksyms.c became redundant, so
remove it.

Signed-off-by: Paul Mackerras <paulus@samba.org>
(cherry picked from 9871166ad692121d6b944159ef3f053570158ea8 commit)

arch/ppc/kernel/ppc_ksyms.c

index 95075f99a6d4ea09abfb4c388a019a040d389e1c..fb0da7c209db6d4d35a3ba8e0370f6eff2858acd 100644 (file)
@@ -270,7 +270,6 @@ EXPORT_SYMBOL(__delay);
 EXPORT_SYMBOL(timer_interrupt);
 EXPORT_SYMBOL(irq_desc);
 EXPORT_SYMBOL(tb_ticks_per_jiffy);
-EXPORT_SYMBOL(get_wchan);
 EXPORT_SYMBOL(console_drivers);
 #ifdef CONFIG_XMON
 EXPORT_SYMBOL(xmon);