linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / net / phy / lxt.c
index 69d2325..bef79e4 100644 (file)
@@ -13,6 +13,7 @@
  * option) any later version.
  *
  */
+#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/string.h>
@@ -122,9 +123,9 @@ static int lxt971_config_intr(struct phy_device *phydev)
 }
 
 static struct phy_driver lxt970_driver = {
-       .phy_id         = 0x78100000,
+       .phy_id         = 0x07810000,
        .name           = "LXT970",
-       .phy_id_mask    = 0xfffffff0,
+       .phy_id_mask    = 0x0fffffff,
        .features       = PHY_BASIC_FEATURES,
        .flags          = PHY_HAS_INTERRUPT,
        .config_init    = lxt970_config_init,
@@ -136,9 +137,9 @@ static struct phy_driver lxt970_driver = {
 };
 
 static struct phy_driver lxt971_driver = {
-       .phy_id         = 0x001378e0,
+       .phy_id         = 0x0001378e,
        .name           = "LXT971",
-       .phy_id_mask    = 0xfffffff0,
+       .phy_id_mask    = 0x0fffffff,
        .features       = PHY_BASIC_FEATURES,
        .flags          = PHY_HAS_INTERRUPT,
        .config_aneg    = genphy_config_aneg,