[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / smsc37b787_wdt.c
index 9f56913b484ff42fea94800f5c7a0111d9d0bee2..a9681d580dd355dbb2753202fead86fec358e695 100644 (file)
@@ -510,7 +510,7 @@ static int wb_smsc_wdt_notify_sys(struct notifier_block *this, unsigned long cod
 
 /* -- Module's structures ---------------------------------------*/
 
-static struct file_operations wb_smsc_wdt_fops =
+static const struct file_operations wb_smsc_wdt_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
This page took 0.02838 seconds and 5 git commands to generate.