commit | 6bf446522b246194551cf167f0168792080d6118 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Thu Jan 18 11:09:35 2007 -0600 |
committer | Jeff Garzik <jeff@garzik.org> | Thu Jan 18 12:17:02 2007 -0500 |
tree | 805659e5f334a00ae24976f0ab4f1f8f0f27e7bf | |
parent | df19b6b020791b4c42e7cf2e4f582454cbc49251 [diff] |
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 <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>