diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 22:51:19 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-10-26 22:51:19 -0400 |
commit | 4c978ca3194a4002407a85b15122f793efc8616b (patch) | |
tree | 545de23ed130d928c6c283607a1152fad3375431 /arch/sh/kernel/process_32.c | |
parent | 9b798d50df3a98d22a6cbae565d9f4f630d161a6 (diff) |
sh: Clean up more superfluous symbol exports.
Many of these symbols went away completely, or we just never cared about
them in the first place. Trim the exports down to the essential set.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process_32.c')
-rw-r--r-- | arch/sh/kernel/process_32.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_32.c b/arch/sh/kernel/process_32.c index 0673c4746be3..a40342be32b2 100644 --- a/arch/sh/kernel/process_32.c +++ b/arch/sh/kernel/process_32.c | |||
@@ -142,6 +142,7 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) | |||
142 | 142 | ||
143 | return pid; | 143 | return pid; |
144 | } | 144 | } |
145 | EXPORT_SYMBOL(kernel_thread); | ||
145 | 146 | ||
146 | /* | 147 | /* |
147 | * Free current thread data structures etc.. | 148 | * Free current thread data structures etc.. |
@@ -186,6 +187,7 @@ int dump_fpu(struct pt_regs *regs, elf_fpregset_t *fpu) | |||
186 | 187 | ||
187 | return fpvalid; | 188 | return fpvalid; |
188 | } | 189 | } |
190 | EXPORT_SYMBOL(dump_fpu); | ||
189 | 191 | ||
190 | asmlinkage void ret_from_fork(void); | 192 | asmlinkage void ret_from_fork(void); |
191 | 193 | ||