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)
commit9df3d51b59bd6aa48aee76e0cde4b89d854f3694
tree21b42baab848f42d04d79e9cad8025dafdf6d6e5
parent8dba99e077ae999c85b41c4567c852313528c7a7
m68k: use the MMU version of unistd.h for all m68k platforms

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]