Skip to content

Commit

Permalink
m68k: switch to using the asm-generic termios.h
Browse files Browse the repository at this point in the history
We don't need a local termios.h, switch to using the asm-generic versions.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
gregungerer authored and geertu committed Nov 14, 2012
1 parent 599a0c4 commit 20e42ae
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 95 deletions.
1 change: 1 addition & 0 deletions arch/m68k/include/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ generic-y += shmparam.h
generic-y += siginfo.h
generic-y += spinlock.h
generic-y += statfs.h
generic-y += termios.h
generic-y += topology.h
generic-y += types.h
generic-y += word-at-a-time.h
Expand Down
50 changes: 0 additions & 50 deletions arch/m68k/include/asm/termios.h

This file was deleted.

2 changes: 1 addition & 1 deletion arch/m68k/include/uapi/asm/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ generic-y += shmbuf.h
generic-y += socket.h
generic-y += sockios.h
generic-y += termbits.h
generic-y += termios.h

header-y += a.out.h
header-y += byteorder.h
Expand All @@ -23,5 +24,4 @@ header-y += sigcontext.h
header-y += signal.h
header-y += stat.h
header-y += swab.h
header-y += termios.h
header-y += unistd.h
44 changes: 0 additions & 44 deletions arch/m68k/include/uapi/asm/termios.h

This file was deleted.

0 comments on commit 20e42ae

Please sign in to comment.