]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/viotape.c
drm: allow multiple addMaps with the same 32-bit map offsset.
[linux-2.6-omap-h63xx.git] / drivers / char / viotape.c
index 7d42c8ec8dbcc2c3179ae81bb853b1a64f7d6e0e..b72b2049aaae1a448e7306d85e68e4e7bbb997c0 100644 (file)
@@ -292,7 +292,7 @@ static int proc_viotape_open(struct inode *inode, struct file *file)
        return single_open(file, proc_viotape_show, NULL);
 }
 
-static struct file_operations proc_viotape_operations = {
+static const struct file_operations proc_viotape_operations = {
        .open           = proc_viotape_open,
        .read           = seq_read,
        .llseek         = seq_lseek,