commit | a0bbb9fe2e26dba9524247f5d81e46f18ba69c9d | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Fri Jun 17 23:32:14 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 17 22:30:59 2016 -0700 |
tree | bdd21eb5b88d728bb25968ef376c3aaf3cc98b36 | |
parent | af73e72dccaf33d4ae2e9ccf48eeb527c5f24e1a [diff] |
net: ethernet: et131x: 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>