[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / shwdt.c
index 1f4cab55b2efb26b9c5623a9a536eab48149aa7f..1355038f10440e27f4a708eea95694f897edbc0a 100644 (file)
@@ -17,7 +17,6 @@
  *     Added expect close support, made emulated timeout runtime changeable
  *     general cleanups, add some ioctls
  */
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/moduleparam.h>
 #include <linux/init.h>
@@ -345,7 +344,7 @@ static int sh_wdt_notify_sys(struct notifier_block *this,
        return NOTIFY_DONE;
 }
 
-static struct file_operations sh_wdt_fops = {
+static const struct file_operations sh_wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = sh_wdt_write,
This page took 0.037086 seconds and 5 git commands to generate.