[PATCH] make more file_operation structs static
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / char / watchdog / softdog.c
index 79ce5c655428f85242dda0f1588502c652697e21..ef8da517545add27cabc43338cbf17d851170625 100644 (file)
@@ -243,7 +243,7 @@ static int softdog_notify_sys(struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations softdog_fops = {
+static const struct file_operations softdog_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = softdog_write,