sungem: Fix global namespace pollution of phy accessors.
authorDavid S. Miller <davem@davemloft.net>
Thu, 28 Aug 2014 05:59:26 +0000 (22:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Aug 2014 05:59:26 +0000 (22:59 -0700)
commit8663dc2002b02abfe5dfb0fb7e544b81982ad95b
tree5527d9ae2c748f3837ef98de9bdb04285f980b62
parent73852b2bfb743298dff9e731615ee0162b33630c
sungem: Fix global namespace pollution of phy accessors.

The sungem driver has "phy_read()" and "phy_write()" functions, which
we need to rename because the generic phy layer is about to export
generic interfaces with the same name.

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/sun/sungem.c