[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / iTCO_wdt.c
index 7eac922df8678cecbcde093a53f7da2d3c886257..fd8a44a08cd3604c07d70d8cd4cef8cd7f757cd9 100644 (file)
@@ -539,7 +539,7 @@ static int iTCO_wdt_ioctl (struct inode *inode, struct file *file,
  *     Kernel Interfaces
  */
 
-static struct file_operations iTCO_wdt_fops = {
+static const struct file_operations iTCO_wdt_fops = {
        .owner =        THIS_MODULE,
        .llseek =       no_llseek,
        .write =        iTCO_wdt_write,
This page took 0.045496 seconds and 5 git commands to generate.