linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / phy / phy.c
index 33cec2d..1474b7c 100644 (file)
@@ -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,