]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
tty: More driver operations
authorAlan Cox <alan@redhat.com>
Mon, 13 Oct 2008 09:42:19 +0000 (10:42 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 13 Oct 2008 16:51:42 +0000 (09:51 -0700)
commit8b0a88d5912ab549d5adac2c8498ecdaae5319a5
tree8ed71420259881fd6d1dd5f5841ffe2f3c5d1fa2
parent7d7b93c1452f381350dbaf276a63357fa6559e6d
tty: More driver operations

We have the lookup operation abstracted which is nice for pty cleanup but
we really want to abstract the add/remove entries as well so that we can
pull the pty code out of the tty core and create a clear defined interface
for the tty driver table.

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/pty.c
drivers/char/tty_io.c
include/linux/tty_driver.h