From: Jiri Slaby Date: Thu, 18 Oct 2012 20:26:39 +0000 (+0200) Subject: TTY: move ldisc data from tty_struct: simple members X-Git-Tag: omap-for-v3.8/cleanup-headers-serial-take2-signed~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53c5ee2cfb4dadc4f5c24fe671e2fbfc034c875e;p=pandora-kernel.git 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 Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed