[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / s390 / char / tape_char.c
index 9faea04..b830a8c 100644 (file)
@@ -39,7 +39,7 @@ static int tapechar_ioctl(struct inode *, struct file *, unsigned int,
 static long tapechar_compat_ioctl(struct file *, unsigned int,
                          unsigned long);
 
-static struct file_operations tape_fops =
+static const struct file_operations tape_fops =
 {
        .owner = THIS_MODULE,
        .read = tapechar_read,