serial: core: Fold do_uart_get_info() into caller
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 04:23:56 +0000 (20:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 22:17:42 +0000 (14:17 -0800)
commit3abe8c7671a53f2243d1279a1017d3f4483d34c4
treed30be131e05271f55fe6e63871811a444ae6a9dd
parentf5291ecca148e1a4a75498177862040f9ab7b600
serial: core: Fold do_uart_get_info() into caller

do_uart_get_info() has a single caller: uart_get_info().
Manually inline do_uart_get_info().

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/serial_core.c