Massive net driver const-ification.
This commit is contained in:
committed by
Jeff Garzik
parent
c499ec24c3
commit
f71e130966
@@ -178,7 +178,7 @@ enum typhoon_cards {
|
||||
};
|
||||
|
||||
/* directly indexed by enum typhoon_cards, above */
|
||||
static struct typhoon_card_info typhoon_card_info[] __devinitdata = {
|
||||
static const struct typhoon_card_info typhoon_card_info[] __devinitdata = {
|
||||
{ "3Com Typhoon (3C990-TX)",
|
||||
TYPHOON_CRYPTO_NONE},
|
||||
{ "3Com Typhoon (3CR990-TX-95)",
|
||||
|
Reference in New Issue
Block a user