]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/8390/ne3210.c
sections: fix section conflicts in drivers/net
[karo-tx-linux.git] / drivers / net / ethernet / 8390 / ne3210.c
index a2f8b2b8e27cd429dcce71d8f30b1b5ba61c6818..e3f57427d5c51cce6b89687aafdd016308483646 100644 (file)
@@ -81,7 +81,7 @@ static void ne3210_block_output(struct net_device *dev, int count, const unsigne
 
 static unsigned char irq_map[] __initdata = {15, 12, 11, 10, 9, 7, 5, 3};
 static unsigned int shmem_map[] __initdata = {0xff0, 0xfe0, 0xfff0, 0xd8, 0xffe0, 0xffc0, 0xd0, 0x0};
-static const char *ifmap[] __initdata = {"UTP", "?", "BNC", "AUI"};
+static const char * const ifmap[] __initconst = {"UTP", "?", "BNC", "AUI"};
 static int ifmap_val[] __initdata = {
                IF_PORT_10BASET,
                IF_PORT_UNKNOWN,