aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-29 14:03:26 +1000
committerGreg Ungerer <gerg@uclinux.org>2011-05-24 10:03:51 +1000
commit67cc09ed7093f49fc776164761507999991a6ef6 (patch)
tree332743b4a1cbb7ec3bd1c37fca15ca09ee1325c7 /arch/m68k
parentb1ffa25925c8166003d985b2803854fedcd44604 (diff)
downloadkernel_samsung_smdk4412-67cc09ed7093f49fc776164761507999991a6ef6.zip
kernel_samsung_smdk4412-67cc09ed7093f49fc776164761507999991a6ef6.tar.gz
kernel_samsung_smdk4412-67cc09ed7093f49fc776164761507999991a6ef6.tar.bz2
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')
-rw-r--r--arch/m68k/kernel/m68k_ksyms_no.c4
-rw-r--r--arch/m68k/kernel/process_no.c1
2 files changed, 1 insertions, 4 deletions
diff --git a/arch/m68k/kernel/m68k_ksyms_no.c b/arch/m68k/kernel/m68k_ksyms_no.c
index c26717b..ab747e4 100644
--- a/arch/m68k/kernel/m68k_ksyms_no.c
+++ b/arch/m68k/kernel/m68k_ksyms_no.c
@@ -16,12 +16,8 @@
#include <asm/checksum.h>
#include <asm/current.h>
-extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
-
/* platform dependent support */
-EXPORT_SYMBOL(dump_fpu);
-
EXPORT_SYMBOL(ip_fast_csum);
EXPORT_SYMBOL(kernel_thread);
diff --git a/arch/m68k/kernel/process_no.c b/arch/m68k/kernel/process_no.c
index e2a63af..eedadc2 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)
#endif
return 1;
}
+EXPORT_SYMBOL(dump_fpu);
/*
* Generic dumping code. Used for panic and debug.