]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd091f5713e8b9a56a530da424d0d482cfd3e4fc1
tree564588ca8caffc79cacf1ac7d89fd53a1efc3277
parent9fa3187ff5f7c8ad26e832be6465944168105e2a
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