commit | 136d5258b2bc4ffae99cb69874a76624c26fbfad | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Wed Sep 10 15:06:34 2014 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 23 21:19:35 2014 -0700 |
tree | 1699143576355e462091a5701b2814dc1d2d1d71 | |
parent | c545b66c6922b002b5fe224a6eaec58c913650b5 [diff] |
tty: Move and rename send_prio_char() as tty_send_xchar() Relocate the file-scope function, send_prio_char(), as a global helper tty_send_xchar(). Remove the global declarations for tty_write_lock()/tty_write_unlock(), as these are file-scope only now. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>