From: Jiri Slaby Date: Thu, 18 Oct 2012 20:26:37 +0000 (+0200) Subject: TTY: audit, stop accessing tty->icount X-Git-Tag: omap-for-v3.8/cleanup-headers-serial-take2-signed~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c633f27ccf783e9a782b84e34aeaeb7949a3359;p=pandora-kernel.git TTY: audit, stop accessing tty->icount This is a private member of n_tty. Stop accessing it. Instead, take is as an argument. This is needed to allow clean switch of the private members to a separate private structure of n_tty. Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed