]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/watchdog/rc32434_wdt.c
[WATCHDOG] struct file_operations should be const
[net-next-2.6.git] / drivers / watchdog / rc32434_wdt.c
index 071ff7bb81d109a1c9d4e2e6166a0aea99cc95fe..f6cccc9df022cbb55b04aa5fac43fcfd6413964c 100644 (file)
@@ -247,7 +247,7 @@ static long rc32434_wdt_ioctl(struct file *file, unsigned int cmd,
        return 0;
 }
 
-static struct file_operations rc32434_wdt_fops = {
+static const struct file_operations rc32434_wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = rc32434_wdt_write,