X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fnet%2Fphy%2Flxt.c;h=4cf3324ba166405ef45a86f4161cc97ac16802fb;hb=595f403c1af37b1339e64b89040528b8cd48c5a3;hp=bef79e454c337c0c3d9bf5b1f365be56470b94a9;hpb=3133c5e896c0b2509e72ae0c2cb9452c80d47f46;p=linux-2.6 diff --git a/drivers/net/phy/lxt.c b/drivers/net/phy/lxt.c index bef79e454c..4cf3324ba1 100644 --- a/drivers/net/phy/lxt.c +++ b/drivers/net/phy/lxt.c @@ -13,9 +13,7 @@ * option) any later version. * */ -#include #include -#include #include #include #include @@ -123,9 +121,9 @@ static int lxt971_config_intr(struct phy_device *phydev) } static struct phy_driver lxt970_driver = { - .phy_id = 0x07810000, + .phy_id = 0x78100000, .name = "LXT970", - .phy_id_mask = 0x0fffffff, + .phy_id_mask = 0xfffffff0, .features = PHY_BASIC_FEATURES, .flags = PHY_HAS_INTERRUPT, .config_init = lxt970_config_init, @@ -137,9 +135,9 @@ static struct phy_driver lxt970_driver = { }; static struct phy_driver lxt971_driver = { - .phy_id = 0x0001378e, + .phy_id = 0x001378e0, .name = "LXT971", - .phy_id_mask = 0x0fffffff, + .phy_id_mask = 0xfffffff0, .features = PHY_BASIC_FEATURES, .flags = PHY_HAS_INTERRUPT, .config_aneg = genphy_config_aneg,