[PATCH] const struct tty_operations
[linux-block.git] / drivers / char / rio / rio_linux.c
index 3fa80aaf452751b24397192406ee944f7f3e04bc..202a3b0945b78749dbf0c4cc97356e217753f07b 100644 (file)
@@ -727,7 +727,7 @@ static struct vpd_prom *get_VPD_PROM(struct Host *hp)
        return &vpdp;
 }
 
-static struct tty_operations rio_ops = {
+static const struct tty_operations rio_ops = {
        .open = riotopen,
        .close = gs_close,
        .write = gs_write,