From: Greg Ungerer Date: Tue, 29 Mar 2011 04:25:14 +0000 (+1000) Subject: m68knommu: remove un-needed exporting of COLDFIRE symbols X-Git-Tag: v3.0-rc1~318^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7f3feb63276f08dd289a2cb29694af17ad70dd;p=pandora-kernel.git m68knommu: remove un-needed exporting of COLDFIRE symbols There is no reason most of the symbols enclosed in a conditional on CONFIG_COLDFIRE need to be exported. And they sure don't need to be doing it in m68k_ksyms_no.c. Move the dma symbols export (which are currently needed) to the definitions of those, and remove the rest of the exporting here. Signed-off-by: Greg Ungerer --- Reading git-diff-tree failed