[WATCHDOG] constify function pointer tables
[safe/jmp/linux-2.6] / drivers / watchdog / it8712f_wdt.c
index 6330fc0..1b6d7d1 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,