[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / watchdog / ibmasr.c
index b0741cbdc139dd2f25c57f99dc8450f8d4d99ea7..26ceee7a4df0922bd370560a4023d1bfa1892267 100644 (file)
@@ -322,7 +322,7 @@ static int asr_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations asr_fops = {
+static const struct file_operations asr_fops = {
        .owner =        THIS_MODULE,
        .llseek =       no_llseek,
        .write =        asr_write,
This page took 0.024168 seconds and 5 git commands to generate.