diff options
author | Greg Ungerer <gerg@uclinux.org> | 2011-03-28 02:44:28 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2011-05-23 20:03:49 -0400 |
commit | 80160de89d0a7c9a93dfe91eef2b448cbc380cd0 (patch) | |
tree | 564588ca8caffc79cacf1ac7d89fd53a1efc3277 /arch/m68k/lib/memmove.c | |
parent | b82ed87e67b081e55608b86b3e6f6f9036cedbd3 (diff) |
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>
Diffstat (limited to 'arch/m68k/lib/memmove.c')
-rw-r--r-- | arch/m68k/lib/memmove.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/m68k/lib/memmove.c b/arch/m68k/lib/memmove.c index b3dcfe9dab7e..6519f7f349f6 100644 --- a/arch/m68k/lib/memmove.c +++ b/arch/m68k/lib/memmove.c | |||
@@ -4,8 +4,6 @@ | |||
4 | * for more details. | 4 | * for more details. |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #define __IN_STRING_C | ||
8 | |||
9 | #include <linux/module.h> | 7 | #include <linux/module.h> |
10 | #include <linux/string.h> | 8 | #include <linux/string.h> |
11 | 9 | ||