[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / briq_panel.c
index 9f8082f8dd290c61aa9d13d6dc5f5be64c68d47d..7f60a18ef76beca074c8c489fc76ca12846f6436 100644 (file)
@@ -187,7 +187,7 @@ static ssize_t briq_panel_write(struct file *file, const char __user *buf, size_
        return len;
 }
 
-static struct file_operations briq_panel_fops = {
+static const struct file_operations briq_panel_fops = {
        .owner          = THIS_MODULE,
        .read           = briq_panel_read,
        .write          = briq_panel_write,
This page took 0.023854 seconds and 5 git commands to generate.