[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / pnx4008_wdt.c
index 3a55fc6abcd8fe3a7382111dbf24493c97a31a4d..ff6f1ca1e5e7119b48ace7d55843b0b6871367c6 100644 (file)
@@ -238,7 +238,7 @@ static int pnx4008_wdt_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations pnx4008_wdt_fops = {
+static const struct file_operations pnx4008_wdt_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .write = pnx4008_wdt_write,
This page took 0.048037 seconds and 5 git commands to generate.