[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / booke_wdt.c
index 537f5c6729bfed6e1136e10548217cde8945f814..e3cefc538b40476b341aeed5e4f61a874b64baa4 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,
This page took 0.025662 seconds and 5 git commands to generate.