commit | 67cc09ed7093f49fc776164761507999991a6ef6 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Mar 29 14:03:26 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue May 24 10:03:51 2011 +1000 |
tree | 332743b4a1cbb7ec3bd1c37fca15ca09ee1325c7 | |
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>