From: Alan Cox Date: Wed, 16 Jul 2008 20:53:41 +0000 (+0100) Subject: tty: Introduce a tty_port common structure X-Git-Tag: v2.6.27-rc1~1028 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f67048cd010afe19d79d821f16055d9c704c6f0;p=pandora-kernel.git tty: Introduce a tty_port common structure Every tty driver has its own concept of a port structure and because they all differ we cannot extract commonality. Begin fixing this by creating a structure drivers can elect to use so that over time we can push fields into this and create commonality and then introduce common methods. Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed