Skip to content

Commit

Permalink
ppc: Remove duplicate export of get_wchan
Browse files Browse the repository at this point in the history
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 <[email protected]>
(cherry picked from 9871166ad692121d6b944159ef3f053570158ea8 commit)
  • Loading branch information
paulusmack committed Jan 14, 2006
1 parent 8f069b1 commit 91f62a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/ppc/kernel/ppc_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 91f62a2

Please sign in to comment.