[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / sa1100_wdt.c
index b22e95c5470cde6ed4328ef0e069a469e102ee6e..1fc16d995788792794e7cbf3cb673c62314464d0 100644 (file)
@@ -135,7 +135,7 @@ static int sa1100dog_ioctl(struct inode *inode, struct file *file,
        return ret;
 }
 
-static struct file_operations sa1100dog_fops =
+static const struct file_operations sa1100dog_fops =
 {
        .owner          = THIS_MODULE,
        .llseek         = no_llseek,
This page took 0.025355 seconds and 5 git commands to generate.