Massive net driver const-ification.
[deliverable/linux.git] / drivers / net / pcmcia / 3c574_cs.c
index 48774efeec712ce67874d0c01f432fce71684427..ce90becb8bdf360dec4eddb80ecc1bf02973f160 100644 (file)
@@ -341,7 +341,7 @@ static void tc574_detach(struct pcmcia_device *p_dev)
 #define CS_CHECK(fn, ret) \
   do { last_fn = (fn); if ((last_ret = (ret)) != 0) goto cs_failed; } while (0)
 
-static char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
+static const char *ram_split[] = {"5:3", "3:1", "1:1", "3:5"};
 
 static void tc574_config(dev_link_t *link)
 {
This page took 0.037907 seconds and 5 git commands to generate.