]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/watchdog/s3c2410_wdt.c
[PATCH] vt: Make vt_pid a struct pid (making it pid wrap around safe).
[linux-2.6-omap-h63xx.git] / drivers / char / watchdog / s3c2410_wdt.c
index f267dad26071917efd3bdacb1ddf8c409d4110d7..be978e8ed754941fa215bc5864e72e8e3bb258ea 100644 (file)
@@ -319,7 +319,7 @@ static int s3c2410wdt_ioctl(struct inode *inode, struct file *file,
 
 /* kernel interface */
 
-static struct file_operations s3c2410wdt_fops = {
+static const struct file_operations s3c2410wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = s3c2410wdt_write,