]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/watchdog/sc520_wdt.c
[POWERPC] Make the hvc_console output buffer size settable
[linux-2.6-omap-h63xx.git] / drivers / char / watchdog / sc520_wdt.c
index 72501be79b0c6a93b4affbf27a1dcd74c346b20e..2c7c9db71be81e9eb5318cebe94d7fd215ecd8c3 100644 (file)
@@ -63,6 +63,7 @@
 #include <linux/notifier.h>
 #include <linux/reboot.h>
 #include <linux/init.h>
+#include <linux/jiffies.h>
 
 #include <asm/io.h>
 #include <asm/uaccess.h>
@@ -335,7 +336,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,