From: Timur Tabi Date: Thu, 18 Jan 2007 17:09:35 +0000 (-0600) Subject: Fix phy_read/write redefinition errors in ucc_geth_phy.c X-Git-Tag: v2.6.20-rc6~52^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bf446522b246194551cf167f0168792080d6118;p=pandora-kernel.git Fix phy_read/write redefinition errors in ucc_geth_phy.c 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. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed