]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/vt.c
Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6
[linux-2.6-omap-h63xx.git] / drivers / char / vt.c
index 80014213fb5397a7c7694e5b4c023b6e308bb197..7900bd63b36da74529eb76bf2923c165cf8d8a1f 100644 (file)
@@ -969,8 +969,7 @@ int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int rows)
  *     Takes the console sem and the called methods then take the tty
  *     termios_mutex and the tty ctrl_lock in that order.
  */
-
-int vt_resize(struct tty_struct *tty, struct winsize *ws)
+static int vt_resize(struct tty_struct *tty, struct winsize *ws)
 {
        struct vc_data *vc = tty->driver_data;
        int ret;