[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / machzwd.c
index b67b4878ae0fb5e13268fed593d01e091c2d99f8..23734e07fb22503d5395550e49bae577595a1295 100644 (file)
@@ -388,7 +388,7 @@ static int zf_notify_sys(struct notifier_block *this, unsigned long code,
 
 
 
-static struct file_operations zf_fops = {
+static const struct file_operations zf_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = zf_write,
This page took 0.02415 seconds and 5 git commands to generate.