m68k: switch to using the asm-generic termbits.h

We don't need a local termbits.h, switch to using the asm-generic version.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Greg Ungerer
2012-10-30 16:24:36 +10:00
committed by Geert Uytterhoeven
parent b6f0b0b9bb
commit 599a0c4e12
2 changed files with 1 additions and 202 deletions

View File

@@ -7,6 +7,7 @@ generic-y += sembuf.h
generic-y += shmbuf.h
generic-y += socket.h
generic-y += sockios.h
generic-y += termbits.h
header-y += a.out.h
header-y += byteorder.h
@@ -22,6 +23,5 @@ header-y += sigcontext.h
header-y += signal.h
header-y += stat.h
header-y += swab.h
header-y += termbits.h
header-y += termios.h
header-y += unistd.h