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

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
...@@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty, ...@@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty,
* peform a terminal resize correctly * 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; struct pid *pgrp, *rpgrp;
unsigned long flags; unsigned long flags;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment