[PATCH] make more file_operation structs static
[linux-2.6-microblaze.git] / drivers / char / watchdog / booke_wdt.c
index 537f5c6..e3cefc5 100644 (file)
@@ -145,7 +145,7 @@ static int booke_wdt_open (struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations booke_wdt_fops = {
+static const struct file_operations booke_wdt_fops = {
   .owner = THIS_MODULE,
   .llseek = no_llseek,
   .write = booke_wdt_write,