]> 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)
commit1f8ffc1dd54699a38bc9f844dacf3006b28ccd8e
tree564588ca8caffc79cacf1ac7d89fd53a1efc3277
parentb6f4aa8918e96153e4cb99401ee3f648033e9ded
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