commit | 2c7f3feb63276f08dd289a2cb29694af17ad70dd | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Mar 29 14:25:14 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue May 24 10:03:51 2011 +1000 |
tree | 1c320e88b0151a933cdb632a4828db17eda8dd34 | |
parent | dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6 [diff] |
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 <gerg@uclinux.org>