tty: Move and rename send_prio_char() as tty_send_xchar()
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 10 Sep 2014 19:06:34 +0000 (15:06 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Sep 2014 04:19:35 +0000 (21:19 -0700)
commit136d5258b2bc4ffae99cb69874a76624c26fbfad
tree1699143576355e462091a5701b2814dc1d2d1d71
parentc545b66c6922b002b5fe224a6eaec58c913650b5
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>
drivers/tty/tty_io.c
drivers/tty/tty_ioctl.c
include/linux/tty.h