Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -4
-4
arch/m68k/kernel/m68k_ksyms_no.c
··· 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
+1
arch/m68k/kernel/process_no.c
··· 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.