From: Greg Ungerer Date: Mon, 28 Mar 2011 06:53:37 +0000 (+1000) Subject: m68k: remove duplicate memcpy() implementation X-Git-Tag: v3.0-rc1~318^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66d83ab32aec5d84d707d4d72717b9468ec33a96;p=pandora-kernel.git m68k: remove duplicate memcpy() implementation Merging the mmu and non-mmu directories we ended up with duplicate implementations of memcpy(). One is a little more optimized for the >= 68020 case, but that can easily be inserted into a single implementation of memcpy(). Clean up the exporting of this symbol too, otherwise we end up exporting it twice on a no-mmu build. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- Reading git-diff-tree failed