]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/watchdog/ar7_wdt.c
memcontrol: move oom task exclusion to tasklist scan
[linux-2.6-omap-h63xx.git] / drivers / watchdog / ar7_wdt.c
index cdaab8c3d3d06e1ae1288fef3bf39207dd8284ba..2eb48c0df32c9889fa93e0d4123912f735f6f1c7 100644 (file)
@@ -279,7 +279,7 @@ static int ar7_wdt_ioctl(struct inode *inode, struct file *file,
        }
 }
 
-static struct file_operations ar7_wdt_fops = {
+static const struct file_operations ar7_wdt_fops = {
        .owner          = THIS_MODULE,
        .write          = ar7_wdt_write,
        .ioctl          = ar7_wdt_ioctl,