From: Peter Hurley Date: Sun, 25 Jan 2015 19:44:54 +0000 (-0500) Subject: tty: Remove external interface for tty_set_termios() X-Git-Tag: fixes-v4.0-rc1~98^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=632f32e2107d37598e3f6816dcf00c7cab4081ca;p=pandora-kernel.git tty: Remove external interface for tty_set_termios() tty_set_termios() is an internal helper intended for file scope use. UART drivers which are capable of driving the RTS pin must properly handle the tiocmset() method, regardless of termios settings. A failure to do so is a UART driver bug and should be fixed there. Do not use this interface to workaround UART driver bugs. Cc: Johan Hedberg Cc: Signed-off-by: Peter Hurley Acked-by: Marcel Holtmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed