diff options
Diffstat (limited to 'drivers/tty/tty_io.c')
-rw-r--r-- | drivers/tty/tty_io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c index 60e48a11b66c..fd473639ab70 100644 --- a/drivers/tty/tty_io.c +++ b/drivers/tty/tty_io.c | |||
@@ -2199,6 +2199,7 @@ done: | |||
2199 | mutex_unlock(&tty->termios_mutex); | 2199 | mutex_unlock(&tty->termios_mutex); |
2200 | return 0; | 2200 | return 0; |
2201 | } | 2201 | } |
2202 | EXPORT_SYMBOL(tty_do_resize); | ||
2202 | 2203 | ||
2203 | /** | 2204 | /** |
2204 | * tiocswinsz - implement window size set ioctl | 2205 | * tiocswinsz - implement window size set ioctl |