From: Jiri Slaby Date: Mon, 5 Mar 2012 13:52:11 +0000 (+0100) Subject: TTY: speakup, do not use serialP X-Git-Tag: v3.4-rc1~185^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ee0017e03cd790ed1adaa97ef6f99aff3706ec2;p=pandora-kernel.git TTY: speakup, do not use serialP The structures there are going away. And speakup has enough troubles already. So define a structure similar to what 8250 does: old_serial_port. There define an array of speed, port base and so on needed for configuration. Then use this structure instead of serial_state defined in serialP.h. Signed-off-by: Jiri Slaby Cc: William Hubbs Cc: Chris Brannon Cc: Kirk Reiser Cc: Samuel Thibault Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed