From: Greg Ungerer Date: Tue, 29 Mar 2011 04:14:21 +0000 (+1000) Subject: m68knommu: move EXPORT of kernel_thread to function definition X-Git-Tag: v3.0-rc1~318^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6;p=pandora-kernel.git m68knommu: move EXPORT of kernel_thread to function definition The EXPORT_SYMBOL(kernel_thread) belongs at the definition of that function, not in some other random code file. So move it there. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed