m68k: remove duplicate memmove() implementation
authorGreg Ungerer <gerg@uclinux.org>
Mon, 28 Mar 2011 06:44:28 +0000 (16:44 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:49 +0000 (10:03 +1000)
commit80160de89d0a7c9a93dfe91eef2b448cbc380cd0
tree564588ca8caffc79cacf1ac7d89fd53a1efc3277
parentb82ed87e67b081e55608b86b3e6f6f9036cedbd3
m68k: remove duplicate memmove() implementation

Merging the mmu and non-mmu directories we ended up with duplicate
(and identical) implementations of memmove(). Remove one of them.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/lib/Makefile
arch/m68k/lib/memmove.c
arch/m68k/lib/string.c