diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-29 00:03:26 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-23 20:03:51 -0400 |
commit | 67cc09ed7093f49fc776164761507999991a6ef6 (patch) | |
tree | 332743b4a1cbb7ec3bd1c37fca15ca09ee1325c7 /arch/m68k/kernel/process_no.c | |
parent | b1ffa25925c8166003d985b2803854fedcd44604 (diff) |
m68knommu: move EXPORT of dump_fpu to function definition
The EXPORT_SYMBOL(dump_fpu) belongs at the definition of the function,
not in some other random code file. So move it there.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/kernel/process_no.c')
-rw-r--r-- | arch/m68k/kernel/process_no.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m68k/kernel/process_no.c b/arch/m68k/kernel/process_no.c index e2a63af5d517..eedadc2ff98a 100644 --- a/arch/m68k/kernel/process_no.c +++ b/arch/m68k/kernel/process_no.c | |||
@@ -283,6 +283,7 @@ int dump_fpu(struct pt_regs *regs, struct user_m68kfp_struct *fpu) | |||
283 | #endif | 283 | #endif |
284 | return 1; | 284 | return 1; |
285 | } | 285 | } |
286 | EXPORT_SYMBOL(dump_fpu); | ||
286 | 287 | ||
287 | /* | 288 | /* |
288 | * Generic dumping code. Used for panic and debug. | 289 | * Generic dumping code. Used for panic and debug. |