To: linus, akpm Cc: lkml Subject: [PATCH] Amiga Zorro8390 Ethernet section conflict Zorro8390: const data cannot be in the init data section (from Roman Zippel) --- zorro8390.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.5-rc2/drivers/net/zorro8390.c 19 Feb 2004 20:14:19 -0000 1.7 +++ linux-m68k-2.6.5-rc2/drivers/net/zorro8390.c 26 Mar 2004 21:47:26 -0000 @@ -60,7 +60,7 @@ #define WORDSWAP(a) ((((a)>>8)&0xff) | ((a)<<8)) -static const struct card_info { +static struct card_info { zorro_id id; const char *name; unsigned int offset;