Massive net driver const-ification.
[powerpc.git] / drivers / net / pcmcia / 3c589_cs.c
index 1c3c9c6..576b2bf 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" };
 
 /*====================================================================*/