Make various things static
[deliverable/linux.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;
This page took 0.02714 seconds and 5 git commands to generate.