tty: Introduce a tty_port common structure
authorAlan Cox <alan@redhat.com>
Wed, 16 Jul 2008 20:53:41 +0000 (21:53 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 21 Jul 2008 00:12:35 +0000 (17:12 -0700)
commit6f67048cd010afe19d79d821f16055d9c704c6f0
tree1fbd4717f97632a4753ea98555e285483e35cd45
parentd87a6d951c6c09d191d9c10903deb3cc353fcd2c
tty: Introduce a tty_port common structure

Every tty driver has its own concept of a port structure and because
they all differ we cannot extract commonality.  Begin fixing this by
creating a structure drivers can elect to use so that over time we can
push fields into this and create commonality and then introduce common
methods.

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