commit | ce554d32eb16c459221a06ee8c93f39d7d648ef4 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 25 23:05:15 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 28 09:12:36 2016 -0400 |
tree | 4858190ad2a2d2b65271f4ca6d17fe55deb1d22d | |
parent | 13e4c230e05c24794e4bcba647ce44a3d13beaf7 [diff] |
net: ethernet: dwc_eth_qos: use phydev from struct net_device The private structure contain a pointer to phydev, but the structure net_device already contain such pointer. So we can remove the pointer phydev in the private structure, and update the driver to use the one contained in struct net_device. Signed-off-by: Philippe Reynes <tremyfr@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>