commit | 8dc4b25d2325002f716fffe2e35c9af43639c60f | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Mon Dec 02 14:24:43 2013 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Dec 08 16:51:07 2013 -0800 |
tree | 3c94fb5d0518e1af766d0a116bf572524112188a | |
parent | eb3e4668bd9e0bbda592e830e889f137e44ec9e4 [diff] |
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>