bnx2x: section fix

From: Andrew Morton <akpm@linux-foundation.org>

gcc-3.4.4 on powerpc:

drivers/net/bnx2x.c:73: error: version causes a section type conflict

Cc: Jeff Garzik <jeff@garzik.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Andrew Morton and committed by
David S. Miller
53a10565 268bcca1

+2 -2
+2 -2
drivers/net/bnx2x.c
··· 70 70 /* Time in jiffies before concluding the transmitter is hung. */ 71 71 #define TX_TIMEOUT (5*HZ) 72 72 73 - static const char version[] __devinitdata = 73 + static char version[] __devinitdata = 74 74 "Broadcom NetXtreme II 577xx 10Gigabit Ethernet Driver " 75 75 DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; 76 76 ··· 107 107 }; 108 108 109 109 /* indexed by board_t, above */ 110 - static const struct { 110 + static struct { 111 111 char *name; 112 112 } board_info[] __devinitdata = { 113 113 { "Broadcom NetXtreme II BCM57710 XGb" }