diff options
| author | Paul Mackerras <paulus@samba.org> | 2006-01-13 19:17:32 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-01-13 19:48:29 -0500 |
| commit | 91f62a2491f45b5d46ebe5aca1fac3477355c9c1 (patch) | |
| tree | 75ca2cf632e4de661fd9b250dbc1fbe40537349a | |
| parent | 8f069b1a90bd97bf6d59a02ecabf0173d9175609 (diff) | |
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)
| -rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 95075f99a6d4..fb0da7c209db 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c | |||
| @@ -270,7 +270,6 @@ EXPORT_SYMBOL(__delay); | |||
| 270 | EXPORT_SYMBOL(timer_interrupt); | 270 | EXPORT_SYMBOL(timer_interrupt); |
| 271 | EXPORT_SYMBOL(irq_desc); | 271 | EXPORT_SYMBOL(irq_desc); |
| 272 | EXPORT_SYMBOL(tb_ticks_per_jiffy); | 272 | EXPORT_SYMBOL(tb_ticks_per_jiffy); |
| 273 | EXPORT_SYMBOL(get_wchan); | ||
| 274 | EXPORT_SYMBOL(console_drivers); | 273 | EXPORT_SYMBOL(console_drivers); |
| 275 | #ifdef CONFIG_XMON | 274 | #ifdef CONFIG_XMON |
| 276 | EXPORT_SYMBOL(xmon); | 275 | EXPORT_SYMBOL(xmon); |
