]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/char/watchdog/w83977f_wdt.c
[PATCH] make more file_operation structs static
[mirror_ubuntu-zesty-kernel.git] / drivers / char / watchdog / w83977f_wdt.c
index c31849e4c5c28dfe365760ce2943b600548852a6..98f4e17db70a478441bfa9d68e2d1d1a704df12a 100644 (file)
@@ -449,7 +449,7 @@ static int wdt_notify_sys(struct notifier_block *this, unsigned long code,
        return NOTIFY_DONE;
 }
 
-static struct file_operations wdt_fops=
+static const struct file_operations wdt_fops=
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,