]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tty: split the buffering from tty_io
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:36:58 +0000 (10:36 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:40 +0000 (09:51 -0700)
commite04957365b21066285557e42ffe16d8330d46c02
treec359a59a0ac283d051736534d835df2cc0f8e17b
parentc564b6fda961bd999aac0b709b79288dd8f426cd
tty: split the buffering from tty_io

The two are basically independent chunks of code so lets split them up for
readability and sanity. It also makes the API boundaries much clearer.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/Makefile
drivers/char/tty_buffer.c [new file with mode: 0644]
drivers/char/tty_io.c
include/linux/tty.h