[PATCH] make more file_operation structs static
[linux-2.6-block.git] / drivers / char / pcmcia / cm4040_cs.c
index 47a8465bf95beed694105640b1847f5589b8e2a3..55cf4be42976913547663b6b15b41b196d9c5800 100644 (file)
@@ -688,7 +688,7 @@ static void reader_detach(struct pcmcia_device *link)
        return;
 }
 
-static struct file_operations reader_fops = {
+static const struct file_operations reader_fops = {
        .owner          = THIS_MODULE,
        .read           = cm4040_read,
        .write          = cm4040_write,