]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: do not warn about setting speed via SPD_*
authorJiri Slaby <jslaby@suse.cz>
Thu, 7 Mar 2013 12:12:27 +0000 (13:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Mar 2013 23:19:05 +0000 (16:19 -0700)
commit6865ff222ccab371c04afce17aec1f7d70b17dbc
treec5fb3ebecb698f8735e52fd7bdcbcb69e3a99f86
parent049b539b39977fc9343056435eba568fc7779970
TTY: do not warn about setting speed via SPD_*

The warning is there since 2.1.69 and we have not seen anybody
reporting it in the past decade. Remove the warning now.

tty_get_baud_rate can now be inline. This gives us one less
EXPORT_SYMBOL.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ioctl.c
include/linux/tty.h