[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / pcmcia / cm4000_cs.c
index 31c8a21f9d87a63ed97828c3df56bc304fcd3c05..50d20aafeb186638f836c3967644370c314168bf 100644 (file)
@@ -1938,7 +1938,7 @@ static void cm4000_detach(struct pcmcia_device *link)
        return;
 }
 
-static struct file_operations cm4000_fops = {
+static const struct file_operations cm4000_fops = {
        .owner  = THIS_MODULE,
        .read   = cmm_read,
        .write  = cmm_write,
This page took 0.026785 seconds and 5 git commands to generate.