m68k/m68knommu: merge MMU and non-MMU string.h
authorGreg Ungerer <gerg@snapgear.com>
Tue, 7 Sep 2010 04:52:52 +0000 (14:52 +1000)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 22 Oct 2010 07:43:23 +0000 (09:43 +0200)
commitea61bc461d09e8d331a307916530aaae808c72a2
tree813b2ef469f9712d73cf165a2904b23f527256b0
parent5bc5a70b62e5b672e40dd031da3e0444f62dbd3a
m68k/m68knommu: merge MMU and non-MMU string.h

The MMU and non-MMU string.h varients (string_no.h and string_mm.h)
and almost the same. Switch to using the string_mm.h one, merging
in the necessary ColdFire support.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/string.h
arch/m68k/include/asm/string_mm.h [deleted file]
arch/m68k/include/asm/string_no.h [deleted file]