Re: [PATCH] Fix phy_read/write redefinition errors in ucc_geth_phy.c
From: Kumar Gala <hidden>
Date: 2006-12-19 16:15:15
From: Kumar Gala <hidden>
Date: 2006-12-19 16:15:15
On Dec 18, 2006, at 11:51 PM, Paul Mackerras wrote:
timur@freescale.com writes:quoted
The local versions of phy_read() and phy_write() in ucc_geth_phy.c conflict with the prototypes in include/linux/phy.h, so this patch renames them, moves them to the top of the file (while eliminating the redundant prototype), and makes them static.You really need to send this patch to Jeff Garzik and the netdev list. If the driver won't compile in its current state in Linus' tree because of the problem this fixes, make sure you make that point in the patch commentary and explicitly ask Jeff to get the patch into 2.6.20.
I pretty much did this yesterday, so hopefully Jeff will pick up the patches and push them to linus with his next set of fixes for 2.6.20. - k