From: Jiri Slaby Date: Tue, 7 Aug 2012 19:47:53 +0000 (+0200) Subject: TTY: synclink_cs, use dynamic tty devices X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a1065f2113b2c068ea108a681fb6b1f3a02ce0;p=pandora-kernel.git TTY: synclink_cs, use dynamic tty devices This allows us to provide the tty layer with information about tty_port for each link. And it also allows us to get rid of the remove_device loop in synclink_cs_exit because we had to reorder pcmcia and tty driver registration in init. This was because we need to have serial_driver initialized when calling tty_port_register_device from pcmcia ->probe. Signed-off-by: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed