[PATCH] nvidiafb: Use generic DDC reading
[safe/jmp/linux-2.6] / drivers / char / vme_scc.c
index bfe5ea9..c2ca31e 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,