From 545f56c3936005b612a7fc0a79a533e5c6823796 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Mon, 5 Feb 2007 10:44:20 -0800 Subject: [PATCH] --- yaml --- r: 49017 b: refs/heads/master c: 1a1689344add3333d28d1b5495d8043a3877d01c h: refs/heads/master i: 49015: 05f45fff1bbad9501e216c3e406881d678664996 v: v3 --- [refs] | 2 +- trunk/drivers/net/phy/phy_device.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 041c20f4c53e..791cc0496a83 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a3cc2de9138f1ee1581f55927f33f7d72ed6207d +refs/heads/master: 1a1689344add3333d28d1b5495d8043a3877d01c diff --git a/trunk/drivers/net/phy/phy_device.c b/trunk/drivers/net/phy/phy_device.c index a4d7529ef415..deda210c844e 100644 --- a/trunk/drivers/net/phy/phy_device.c +++ b/trunk/drivers/net/phy/phy_device.c @@ -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; @@ -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;