m68k: use the MMU version of unistd.h for all m68k platforms
authorGreg Ungerer <gerg@uclinux.org>
Mon, 16 Mar 2009 12:12:28 +0000 (22:12 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Mon, 16 Mar 2009 22:44:55 +0000 (08:44 +1000)
The MMU version of unistd.h can be use on non-MMU platrorms as well.
Without a single file "make headers_install" is broken for m68k
(since each of the sub-varients of unistd.h are not installed).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/unistd.h
arch/m68k/include/asm/unistd_mm.h [deleted file]
arch/m68k/include/asm/unistd_no.h [deleted file]

Simple merge
diff --cc arch/m68k/include/asm/unistd_mm.h
Simple merge
diff --cc arch/m68k/include/asm/unistd_no.h
Simple merge