typhoon: section fix

gcc-3.4.4 on powerpc:

drivers/net/typhoon.c:137: 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 952b3494 f4e64333

+2 -2
+2 -2
drivers/net/typhoon.c
··· 134 134 #include "typhoon.h" 135 135 #include "typhoon-firmware.h" 136 136 137 - static const char version[] __devinitdata = 137 + static char version[] __devinitdata = 138 138 "typhoon.c: version " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; 139 139 140 140 MODULE_AUTHOR("David Dillow <dave@thedillows.org>"); ··· 178 178 }; 179 179 180 180 /* directly indexed by enum typhoon_cards, above */ 181 - static const struct typhoon_card_info typhoon_card_info[] __devinitdata = { 181 + static struct typhoon_card_info typhoon_card_info[] __devinitdata = { 182 182 { "3Com Typhoon (3C990-TX)", 183 183 TYPHOON_CRYPTO_NONE}, 184 184 { "3Com Typhoon (3CR990-TX-95)",