From: Randy Dunlap Date: Mon, 5 Feb 2007 18:44:20 +0000 (-0800) Subject: phy devices: use same arg types X-Git-Tag: v2.6.21-rc1~74^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a1689344add3333d28d1b5495d8043a3877d01c;p=pandora-kernel.git phy devices: use same arg types 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) - incompatible argument 5 (different signedness) drivers/net/phy/phy_device.c:190:19: error: symbol 'phy_attach' redeclared with different type (originally declared at include/linux/phy.h:360) - incompatible argument 4 (different signedness) Signed-off-by: Randy Dunlap Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed