From: Jiri Slaby Date: Mon, 4 Jun 2012 11:35:36 +0000 (+0200) Subject: TTY: add ports array to tty_driver X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~180 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04831dc154df9b83c3e5fd54b18448da507871f7;p=pandora-kernel.git TTY: add ports array to tty_driver It will hold tty_port structures for all drivers which do not want to define tty->ops->install hook. We ignore PTY here because it wants 1 million lines and it installs tty_port in ->install anyway. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed