TTY: move ldisc data from tty_struct: simple members
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Oct 2012 20:26:39 +0000 (22:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Oct 2012 23:53:00 +0000 (16:53 -0700)
commit53c5ee2cfb4dadc4f5c24fe671e2fbfc034c875e
treeeb5813a4cc186299b3be5bda0fd06617d7940403
parent70ece7a731598ac760c2a34421fcb2de18d2713f
TTY: move ldisc data from tty_struct: simple members

Here we start moving all the n_tty related bits from tty_struct to
the newly defined n_tty_data struct in n_tty proper.

In this patch primitive members and bits are moved. The rest will be
done per-partes in the next patches.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c
drivers/tty/tty_io.c
include/linux/tty.h
This page took 0.026904 seconds and 5 git commands to generate.