[PATCH] make more file_operation structs static
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / char / watchdog / wafer5823wdt.c
index 7cf6c9bbf4868848e75338f8cb48ad786f02f9f8..2bb6a9d6ad2805dba0bb60093a31acf6d5fd7e1c 100644 (file)
@@ -222,7 +222,7 @@ static int wafwdt_notify_sys(struct notifier_block *this, unsigned long code, vo
  *     Kernel Interfaces
  */
 
-static struct file_operations wafwdt_fops = {
+static const struct file_operations wafwdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = wafwdt_write,