pcmcia: Convert pcmcia_device_id declarations to const
[deliverable/linux.git] / drivers / isdn / hisax / teles_cs.c
index aa25e183bf794947e6687fcc10d599f72fe0385c..a655c04483df8de3f88f06e53eaf82f63859aaf6 100644 (file)
@@ -185,7 +185,7 @@ static int teles_resume(struct pcmcia_device *link)
 }
 
 
-static struct pcmcia_device_id teles_ids[] = {
+static const struct pcmcia_device_id teles_ids[] = {
        PCMCIA_DEVICE_PROD_ID12("TELES", "S0/PC", 0x67b50eae, 0xe9e70119),
        PCMCIA_DEVICE_NULL,
 };
This page took 0.025617 seconds and 5 git commands to generate.