[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / machzwd.c
index a9a20aad61e705125f9e696abb8b07855ea2ec62..23734e07fb22503d5395550e49bae577595a1295 100644 (file)
@@ -28,7 +28,6 @@
  *      Added nowayout module option to override CONFIG_WATCHDOG_NOWAYOUT
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/types.h>
@@ -389,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.025365 seconds and 5 git commands to generate.