Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 159a8e92 authored by Josh Triplett's avatar Josh Triplett Committed by Greg Kroah-Hartman
Browse files

pty: Mark pty_resize static



Nothing outside of drivers/tty/pty.c references pty_resize.

Signed-off-by: default avatarJosh Triplett <josh@joshtriplett.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent dc96efb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty,
 *	peform a terminal resize correctly
 */

int pty_resize(struct tty_struct *tty,  struct winsize *ws)
static int pty_resize(struct tty_struct *tty,  struct winsize *ws)
{
	struct pid *pgrp, *rpgrp;
	unsigned long flags;