commit | 73852b2bfb743298dff9e731615ee0162b33630c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Aug 27 18:24:16 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 27 18:25:40 2014 -0700 |
tree | 1e0204aa547b7087948dcda4581822f02eb5f538 | |
parent | c2c0e8b2b88cac379b2a2167b448000dedd2596a [diff] |
tulip: dmfe: Fix global namespace pollution of phy accessors. The dmfe 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>