commit | 8663dc2002b02abfe5dfb0fb7e544b81982ad95b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Aug 27 22:59:26 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 27 22:59:26 2014 -0700 |
tree | 5527d9ae2c748f3837ef98de9bdb04285f980b62 | |
parent | 73852b2bfb743298dff9e731615ee0162b33630c [diff] |
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>