From: Jiri Slaby Date: Tue, 7 Aug 2012 19:47:50 +0000 (+0200) Subject: TTY: add tty_port_link_device X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cb4ca0208722836e921d5ba780b09f29d4026b8;p=pandora-kernel.git TTY: add tty_port_link_device This is for those drivers which do not have dynamic device creation (do not call tty_port_register_device) and do not want to implement tty->ops->install (will not call tty_port_install). They still have to provide the link somehow though. And this newly added function is exactly to serve that purpose. Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed