From: Jiri Slaby Date: Thu, 3 Jan 2013 14:53:05 +0000 (+0100) Subject: TTY: move low_latency to tty_port X-Git-Tag: v3.9-rc1~125^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6c53c0e9bd0a83f9f9ddbc9fd80141a54d83896;p=pandora-kernel.git TTY: move low_latency to tty_port One point is to have less places where we actually need tty pointer. The other is that low_latency is bound to buffer processing and buffers are now in tty_port. So it makes sense to move low_latency to tty_port too. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed