Skip to content

Commit

Permalink
phylib: Add autoload support for the LXT973 phy.
Browse files Browse the repository at this point in the history
Commit e13647c (phylib: Add support for the LXT973 phy.) added a new ID
but neglected to also add it to the MODULE_DEVICE_TABLE.

Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jun 27, 2010
1 parent d41de3c commit e2f5b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/phy/lxt.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ module_exit(lxt_exit);
static struct mdio_device_id lxt_tbl[] = {
{ 0x78100000, 0xfffffff0 },
{ 0x001378e0, 0xfffffff0 },
{ 0x00137a10, 0xfffffff0 },
{ }
};

Expand Down

0 comments on commit e2f5b04

Please sign in to comment.