ppc: Remove duplicate export of get_wchan

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)

-1
-1
arch/ppc/kernel/ppc_ksyms.c
··· 270 270 EXPORT_SYMBOL(timer_interrupt); 271 271 EXPORT_SYMBOL(irq_desc); 272 272 EXPORT_SYMBOL(tb_ticks_per_jiffy); 273 - EXPORT_SYMBOL(get_wchan); 274 273 EXPORT_SYMBOL(console_drivers); 275 274 #ifdef CONFIG_XMON 276 275 EXPORT_SYMBOL(xmon);