From: Peter Hurley Date: Wed, 10 Sep 2014 19:06:34 +0000 (-0400) Subject: tty: Move and rename send_prio_char() as tty_send_xchar() X-Git-Tag: fixes-for-v3.18-merge-window~14^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=136d5258b2bc4ffae99cb69874a76624c26fbfad;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed