[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / mv64x60_wdt.c
index 20a6cbb0fbb8b3f3acc4f546e7163f84c3fb17e4..5c8fab345b403668a6159cc9b8a35392a0cc3b36 100644 (file)
@@ -166,7 +166,7 @@ static int mv64x60_wdt_ioctl(struct inode *inode, struct file *file,
        return 0;
 }
 
-static struct file_operations mv64x60_wdt_fops = {
+static const struct file_operations mv64x60_wdt_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .write = mv64x60_wdt_write,
This page took 0.026597 seconds and 5 git commands to generate.