Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / pcmcia / 3c589_cs.c
index 1c3c9c666f741a9e7cbeb80627b2f7776d33e79b..576b2bf469256040a49a392d53bf1d31e9e7827a 100644 (file)
@@ -115,7 +115,7 @@ struct el3_private {
     spinlock_t         lock;
 };
 
-static char *if_names[] = { "auto", "10baseT", "10base2", "AUI" };
+static const char *if_names[] = { "auto", "10baseT", "10base2", "AUI" };
 
 /*====================================================================*/
 
This page took 0.025899 seconds and 5 git commands to generate.