X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fphy%2Flxt.c;h=bef79e454c337c0c3d9bf5b1f365be56470b94a9;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=69d2325f848c7ee55690f3dc7074cd7bd9142726;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/net/phy/lxt.c b/drivers/net/phy/lxt.c index 69d2325f8..bef79e454 100644 --- a/drivers/net/phy/lxt.c +++ b/drivers/net/phy/lxt.c @@ -13,6 +13,7 @@ * option) any later version. * */ +#include #include #include #include @@ -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,