[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / ixp2000_wdt.c
index aa29a7d687592dc3a93fb248665dfd60720f034a..692908819e26651cda0aa04ad555a78a651b6a52 100644 (file)
@@ -168,7 +168,7 @@ ixp2000_wdt_release(struct inode *inode, struct file *file)
 }
 
 
-static struct file_operations ixp2000_wdt_fops =
+static const struct file_operations ixp2000_wdt_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
This page took 0.024597 seconds and 5 git commands to generate.