commit | 45f5c327ce5ce9178147279b5d6b95eac216c84c | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Tue May 10 00:19:42 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 10 15:06:20 2016 -0400 |
tree | 0ceeef3c5b3b5de8c6793faf7c880d96361d8040 | |
parent | 9d9a77cee1ab53dc6419b1ab9da88c4e9342d26a [diff] |
net: ethernet: fec: 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>