From: Greg Ungerer Date: Tue, 29 Mar 2011 04:03:26 +0000 (+1000) Subject: m68knommu: move EXPORT of dump_fpu to function definition X-Git-Tag: v3.0-rc1~318^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67cc09ed7093f49fc776164761507999991a6ef6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed