]> git.karo-electronics.de Git - karo-tx-linux.git/commit
serial: core: Fold __uart_put_char() into caller
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 11 Jan 2016 04:23:55 +0000 (20:23 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 Jan 2016 22:17:42 +0000 (14:17 -0800)
commitf5291ecca148e1a4a75498177862040f9ab7b600
tree8a25de0c9aad3cf3d96087eceb0c590918a90cb9
parent9db276f8f02145068d8c04614bc28c2a4532a8c7
serial: core: Fold __uart_put_char() into caller

uart_put_char() is the required interface; manually inline
__uart_put_char().

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