n_tty: Un-inline slow-path n_tty_receive_char_closing()
authorPeter Hurley <peter@hurleysoftware.com>
Mon, 2 Dec 2013 19:24:43 +0000 (14:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 00:51:07 +0000 (16:51 -0800)
commit8dc4b25d2325002f716fffe2e35c9af43639c60f
tree3c94fb5d0518e1af766d0a116bf572524112188a
parenteb3e4668bd9e0bbda592e830e889f137e44ec9e4
n_tty: Un-inline slow-path n_tty_receive_char_closing()

Although n_tty_receive_char_closing() only has one call-site,
let the compiler inline instead.

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