Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / drivers / char / bfin_jtag_comm.c
index 1d7c34c73b202594467bdac85fde9f634fdfc552..2628c7415ea863b07b0caa5064bbf0c0c42f3dfb 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,