]> err.no Git - linux-2.6/blobdiff - drivers/char/vme_scc.c
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[linux-2.6] / drivers / char / vme_scc.c
index bfe5ea948f6a51a4acb6687efe4f45ab05d441ff..c2ca31eb850ba034b9c7e9f27f06c9e15086d422 100644 (file)
@@ -113,7 +113,7 @@ static struct real_driver scc_real_driver = {
 };
 
 
-static struct tty_operations scc_ops = {
+static const struct tty_operations scc_ops = {
        .open   = scc_open,
        .close = gs_close,
        .write = gs_write,