Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49017
b: refs/heads/master
c: 1a16893
h: refs/heads/master
i:
  49015: 05f45ff
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Feb 9, 2007
1 parent f1d6957 commit 545f56c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3cc2de9138f1ee1581f55927f33f7d72ed6207d
refs/heads/master: 1a1689344add3333d28d1b5495d8043a3877d01c
4 changes: 2 additions & 2 deletions trunk/drivers/net/phy/phy_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ void phy_prepare_link(struct phy_device *phydev,
*/
struct phy_device * phy_connect(struct net_device *dev, const char *phy_id,
void (*handler)(struct net_device *), u32 flags,
u32 interface)
phy_interface_t interface)
{
struct phy_device *phydev;

Expand Down Expand Up @@ -188,7 +188,7 @@ static int phy_compare_id(struct device *dev, void *data)
}

struct phy_device *phy_attach(struct net_device *dev,
const char *phy_id, u32 flags, u32 interface)
const char *phy_id, u32 flags, phy_interface_t interface)
{
struct bus_type *bus = &mdio_bus_type;
struct phy_device *phydev;
Expand Down

0 comments on commit 545f56c

Please sign in to comment.