]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Amiga Zorro8390 Ethernet section conflict
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 13 Apr 2004 00:30:24 +0000 (17:30 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Tue, 13 Apr 2004 00:30:24 +0000 (17:30 -0700)
Zorro8390: const data cannot be in the init data section (from Roman Zippel)

drivers/net/zorro8390.c

index 3d05932b0e4279f1cb831af6953b5f8a17f5473e..0889e3d66ff91eadb897f7916a16260e889052f2 100644 (file)
@@ -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;