tty: const: constify remaining tty_operations
[safe/jmp/linux-2.6] / drivers / char / bfin_jtag_comm.c
index 1d7c34c..2628c74 100644 (file)
@@ -226,7 +226,7 @@ bfin_jc_wait_until_sent(struct tty_struct *tty, int timeout)
        }
 }
 
-static struct tty_operations bfin_jc_ops = {
+static const struct tty_operations bfin_jc_ops = {
        .open            = bfin_jc_open,
        .close           = bfin_jc_close,
        .write           = bfin_jc_write,