[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / char / watchdog / pc87413_wdt.c
index 1d447e32af419ed73eff046eff04e85a1e294eb5..a77a90717ad21cca1f2c553c4cbc2d3bac7f14ec 100644 (file)
@@ -526,7 +526,7 @@ static int pc87413_notify_sys(struct notifier_block *this,
 
 /* -- Module's structures ---------------------------------------*/
 
-static struct file_operations pc87413_fops = {
+static const struct file_operations pc87413_fops = {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
        .write          = pc87413_write,
This page took 0.025731 seconds and 5 git commands to generate.