X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fphy%2Fphy.c;h=1474b7c5ac0bd5c882c29a6d77fa0708aac664c5;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=33cec2dab942559f1a4e731f630688bf2ab11a1c;hpb=4544ac5ae436e5ca8ac99f4296c50a5b880e349e;p=linux-2.6.git diff --git a/drivers/net/phy/phy.c b/drivers/net/phy/phy.c index 33cec2dab..1474b7c5a 100644 --- a/drivers/net/phy/phy.c +++ b/drivers/net/phy/phy.c @@ -132,7 +132,7 @@ struct phy_setting { }; /* A mapping of all SUPPORTED settings to speed/duplex */ -static const struct phy_setting settings[] = { +static struct phy_setting settings[] = { { .speed = 10000, .duplex = DUPLEX_FULL,