commit | 6865ff222ccab371c04afce17aec1f7d70b17dbc | [log] [tgz] |
---|---|---|
author | Jiri Slaby <jslaby@suse.cz> | Thu Mar 07 13:12:27 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 18 16:19:05 2013 -0700 |
tree | c5fb3ebecb698f8735e52fd7bdcbcb69e3a99f86 | |
parent | 049b539b39977fc9343056435eba568fc7779970 [diff] |
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>