Re: [PATCH] phy devices: use same arg types

2007-02-09 Thread Jeff Garzik
Randy Dunlap wrote: From: Randy Dunlap <[EMAIL PROTECTED]> sparse complains about differing types from prototype to definition, so change the u32 to phy_interface_t: drivers/net/phy/phy_device.c:140:19: error: symbol 'phy_connect' redeclared with different type (originally declared at include/

Re: [PATCH] phy devices: use same arg types

2007-02-09 Thread Andy Fleming
On Feb 5, 2007, at 12:44, Randy Dunlap wrote: From: Randy Dunlap <[EMAIL PROTECTED]> sparse complains about differing types from prototype to definition, so change the u32 to phy_interface_t: drivers/net/phy/phy_device.c:140:19: error: symbol 'phy_connect' redeclared with different type (or

[PATCH] phy devices: use same arg types

2007-02-05 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> sparse complains about differing types from prototype to definition, so change the u32 to phy_interface_t: drivers/net/phy/phy_device.c:140:19: error: symbol 'phy_connect' redeclared with different type (originally declared at include/linux/phy.h:362) - in