aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_buffer.c
AgeCommit message (Collapse)Author
2008-10-13tty: split the buffering from tty_ioAlan Cox
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>