[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / ftape / zftape / zftape-init.c
index 55272566b740c5f620c4634f148f74d222fb2268..164a1aa77a2fb2cc06eaee3a2f338cd79a280aa9 100644 (file)
@@ -86,7 +86,7 @@ static ssize_t zft_read (struct file *fp, char __user *buff,
 static ssize_t zft_write(struct file *fp, const char __user *buff,
                         size_t req_len, loff_t *ppos);
 
-static struct file_operations zft_cdev =
+static const struct file_operations zft_cdev =
 {
        .owner          = THIS_MODULE,
        .read           = zft_read,
This page took 0.024329 seconds and 5 git commands to generate.