From: Jiri Slaby Date: Mon, 4 Jun 2012 11:35:33 +0000 (+0200) Subject: TTY: vt, add ->install X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1e99d93f096d5736c0bd3c2d17e13f27b6eb09;p=pandora-kernel.git TTY: vt, add ->install We need to initialize the console only on the first open. This is usually what is done in the ->install hook. vt used to do this in ->open. Now we move it to ->install and use newly added helper for install: tty_port_install. It ensures tty->port to be set properly. Signed-off-by: Jiri Slaby Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed