Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / pcmcia / pcnet_cs.c
index d85b758f3efa228d08b5d9d64814bceaa67bfb3d..a280cf650488011c2b4e711f0c9dfd1e27ae0689 100644 (file)
@@ -66,7 +66,7 @@
 
 #define PCNET_RDC_TIMEOUT (2*HZ/100)   /* Max wait in jiffies for Tx RDC */
 
-static char *if_names[] = { "auto", "10baseT", "10base2"};
+static const char *if_names[] = { "auto", "10baseT", "10base2"};
 
 #ifdef PCMCIA_DEBUG
 static int pc_debug = PCMCIA_DEBUG;
This page took 0.026539 seconds and 5 git commands to generate.