[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / w83697hf_wdt.c
index 7768b55487c88e6bf50ba8248c416937b4c88f7d..c960ec110dd7c07c0464c840234f1f4957eb81da 100644 (file)
@@ -323,7 +323,7 @@ wdt_notify_sys(struct notifier_block *this, unsigned long code,
  *     Kernel Interfaces
  */
 
-static struct file_operations wdt_fops = {
+static const struct file_operations wdt_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = wdt_write,
This page took 0.02539 seconds and 5 git commands to generate.