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>
This commit is contained in:
Greg Ungerer
2011-03-28 16:44:28 +10:00
parent b82ed87e67
commit 80160de89d
3 changed files with 2 additions and 99 deletions

View File

@@ -4,8 +4,6 @@
* for more details.
*/
#define __IN_STRING_C
#include <linux/module.h>
#include <linux/string.h>