]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - drivers/char/watchdog/w83877f_wdt.c
[PATCH] make more file_operation structs static
[mirror_ubuntu-hirsute-kernel.git] / drivers / char / watchdog / w83877f_wdt.c
index 52a8bd0a5988603ac6255d0c5db30c957f46d7a7..ccf6c0915945d8f517f124cbf989016f6c1b1ddf 100644 (file)
@@ -299,7 +299,7 @@ static int fop_ioctl(struct inode *inode, struct file *file, unsigned int cmd,
        }
 }
 
-static struct file_operations wdt_fops = {
+static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = fop_write,