]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/char/watchdog/booke_wdt.c
[PATCH] make more file_operation structs static
[mirror_ubuntu-zesty-kernel.git] / drivers / char / watchdog / booke_wdt.c
index 537f5c6729bfed6e1136e10548217cde8945f814..e3cefc538b40476b341aeed5e4f61a874b64baa4 100644 (file)
@@ -145,7 +145,7 @@ static int booke_wdt_open (struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations booke_wdt_fops = {
+static const struct file_operations booke_wdt_fops = {
   .owner = THIS_MODULE,
   .llseek = no_llseek,
   .write = booke_wdt_write,