Commit 67cc09ed7093f49fc776164761507999991a6ef6

Authored by Greg Ungerer
1 parent b1ffa25925

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>

Showing 2 changed files with 1 additions and 4 deletions Side-by-side Diff

arch/m68k/kernel/m68k_ksyms_no.c
... ... @@ -16,11 +16,7 @@
16 16 #include <asm/checksum.h>
17 17 #include <asm/current.h>
18 18  
19   -extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
20   -
21 19 /* platform dependent support */
22   -
23   -EXPORT_SYMBOL(dump_fpu);
24 20  
25 21 EXPORT_SYMBOL(ip_fast_csum);
26 22  
arch/m68k/kernel/process_no.c
... ... @@ -283,6 +283,7 @@
283 283 #endif
284 284 return 1;
285 285 }
  286 +EXPORT_SYMBOL(dump_fpu);
286 287  
287 288 /*
288 289 * Generic dumping code. Used for panic and debug.