Commit 44a459fd authored by Changlong Xie's avatar Changlong Xie Committed by Greg Kroah-Hartman
Browse files

tty: tty_vhangup_session can be static

parent 0d3b88d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -777,7 +777,7 @@ void tty_vhangup_self(void)
 *	is complete. That guarantee is necessary for security reasons.
 */

void tty_vhangup_session(struct tty_struct *tty)
static void tty_vhangup_session(struct tty_struct *tty)
{
#ifdef TTY_DEBUG_HANGUP
	char	buf[64];