pcmcia: Convert pcmcia_device_id declarations to const
[deliverable/linux.git] / drivers / net / wireless / libertas / if_cs.c
index 8712cb213f2fa938d81793582c28048a95ce6328..01390158fafafa1f6e965266b0351caf5707f2d2 100644 (file)
@@ -965,7 +965,7 @@ static void if_cs_detach(struct pcmcia_device *p_dev)
 /* Module initialization                                            */
 /********************************************************************/
 
-static struct pcmcia_device_id if_cs_ids[] = {
+static const struct pcmcia_device_id if_cs_ids[] = {
        PCMCIA_DEVICE_MANF_CARD(CF8305_MANFID, CF8305_CARDID),
        PCMCIA_DEVICE_MANF_CARD(CF8381_MANFID, CF8381_CARDID),
        PCMCIA_DEVICE_MANF_CARD(CF8385_MANFID, CF8385_CARDID),
This page took 0.041438 seconds and 5 git commands to generate.