[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <45CCE909.1020306@garzik.org>
Date: Fri, 09 Feb 2007 16:35:05 -0500
From: Jeff Garzik <jeff@...zik.org>
To: Randy Dunlap <randy.dunlap@...cle.com>
CC: netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] phy devices: use same arg types
Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@...cle.com>
>
> 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 <randy.dunlap@...cle.com>
> ---
> drivers/net/phy/phy_device.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
applied
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists