]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/3c515.c
drivers/net: Use static const char * const where possible
[net-next-2.6.git] / drivers / net / 3c515.c
index 8a6eb0c444869fd6e75c155bbc1929dccc60570b..cdf7226a7c43a775b0505b09ed1a0d3ba21a623e 100644 (file)
@@ -662,7 +662,9 @@ static int corkscrew_setup(struct net_device *dev, int ioaddr,
                pr_warning(" *** Warning: this IRQ is unlikely to work! ***\n");
 
        {
-               char *ram_split[] = { "5:3", "3:1", "1:1", "3:5" };
+               static const char * const ram_split[] = {
+                       "5:3", "3:1", "1:1", "3:5"
+               };
                __u32 config;
                EL3WINDOW(3);
                vp->available_media = inw(ioaddr + Wn3_Options);