]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/watchdog/mpc83xx_wdt.c
[POWERPC] Make the hvc_console output buffer size settable
[linux-2.6-omap-h63xx.git] / drivers / char / watchdog / mpc83xx_wdt.c
index dac1381af364a92e643acb4fc02b4d247dab3ddb..a480903ee1a59cbf4e17e0bcd150cc0e4aef47c6 100644 (file)
@@ -129,7 +129,7 @@ static int mpc83xx_wdt_ioctl(struct inode *inode, struct file *file,
        }
 }
 
-static struct file_operations mpc83xx_wdt_fops = {
+static const struct file_operations mpc83xx_wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = mpc83xx_wdt_write,