]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/it8712f_wdt.c
Merge branches 'release' and 'ppc-workaround' into release
[linux-2.6-omap-h63xx.git] / drivers / watchdog / it8712f_wdt.c
index 6330fc02464e0b46ccd8d832be31446735284aa0..1b6d7d1b715d57f819994e9790ac8be57c12abf3 100644 (file)
@@ -296,7 +296,7 @@ it8712f_wdt_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations it8712f_wdt_fops = {
+static const struct file_operations it8712f_wdt_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .write = it8712f_wdt_write,