sony-laptop: remove _INI call at init time
[safe/jmp/linux-2.6] / drivers / watchdog / rc32434_wdt.c
index 071ff7b..f6cccc9 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,