commit | 8555a5948467e941acc34e8b1c30df4c1f2f5862 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue Apr 28 02:11:53 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 28 02:11:53 2009 -0700 |
tree | 7e4c071c1265ecd7061033ddce6fb327936eff84 | |
parent | 1d58ea30b141c95bd21fb39021d4b602f48b30be [diff] |
net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property. Previous rework to ucc_geth.c to add of_mdio support (net: Rework ucc_geth driver to use of_mdio infrastructure) added a block of code which broke older openfirmware device trees which this case. This patch removes the offending blurb. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: David S. Miller <davem@davemloft.net>