Skip to content

Commit

Permalink
PHY: fix typo in bcm63xx PHY driver table
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Fainelli <ffainelli@freebox.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Florian Fainelli authored and David S. Miller committed Apr 13, 2010
1 parent 18d777a commit 0de8655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/bcm63xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ static struct mdio_device_id bcm63xx_tbl[] = {
{ }
};

MODULE_DEVICE_TABLE(mdio, bcm64xx_tbl);
MODULE_DEVICE_TABLE(mdio, bcm63xx_tbl);

0 comments on commit 0de8655

Please sign in to comment.