]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/bnx2x.c
[Blackfin] serial driver: Fix bug serial driver in DMA mode spams history to console...
[linux-2.6-omap-h63xx.git] / drivers / net / bnx2x.c
index 4a73c884d0c4dab1cdda1bf309a6b516c1bc85bc..afc7f34b1dcf3afbf8dd6eb02b272abe94c8edf5 100644 (file)
@@ -70,7 +70,7 @@
 /* Time in jiffies before concluding the transmitter is hung. */
 #define TX_TIMEOUT             (5*HZ)
 
-static const char version[] __devinitdata =
+static char version[] __devinitdata =
        "Broadcom NetXtreme II 577xx 10Gigabit Ethernet Driver "
        DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
 
@@ -107,7 +107,7 @@ enum bnx2x_board_type {
 };
 
 /* indexed by board_t, above */
-static const struct {
+static struct {
        char *name;
 } board_info[] __devinitdata = {
        { "Broadcom NetXtreme II BCM57710 XGb" }