diff options
Diffstat (limited to 'drivers/tty/pty.c')
-rw-r--r-- | drivers/tty/pty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index a541ec875932..be6a373601b7 100644 --- a/drivers/tty/pty.c +++ b/drivers/tty/pty.c | |||
@@ -277,7 +277,7 @@ static void pty_set_termios(struct tty_struct *tty, | |||
277 | * peform a terminal resize correctly | 277 | * peform a terminal resize correctly |
278 | */ | 278 | */ |
279 | 279 | ||
280 | int pty_resize(struct tty_struct *tty, struct winsize *ws) | 280 | static int pty_resize(struct tty_struct *tty, struct winsize *ws) |
281 | { | 281 | { |
282 | struct pid *pgrp, *rpgrp; | 282 | struct pid *pgrp, *rpgrp; |
283 | unsigned long flags; | 283 | unsigned long flags; |