public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 427] Amiga Zorro8390 Ethernet section conflict
@ 2004-04-13  8:38 Geert Uytterhoeven
  2004-04-13 16:35 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2004-04-13  8:38 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton
  Cc: Linux Kernel Development, Geert Uytterhoeven

Zorro8390: const data cannot be in the init data section (from Roman Zippel)

--- 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;

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-04-15 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-13  8:38 [PATCH 427] Amiga Zorro8390 Ethernet section conflict Geert Uytterhoeven
2004-04-13 16:35 ` Jeff Garzik
2004-04-15 18:39   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox