[PATCH] make more file_operation structs static
[sfrench/cifs-2.6.git] / drivers / char / watchdog / scx200_wdt.c
index c0b4754e8de0046c3afdc7fb6baac45d73038418..c561299a5537b483ab242399114bb9580c499930 100644 (file)
@@ -194,7 +194,7 @@ static int scx200_wdt_ioctl(struct inode *inode, struct file *file,
        }
 }
 
-static struct file_operations scx200_wdt_fops = {
+static const struct file_operations scx200_wdt_fops = {
        .owner   = THIS_MODULE,
        .llseek  = no_llseek,
        .write   = scx200_wdt_write,