commit | 86bc5ed672eea892dce43e8be8b3de6e58c51d5e | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jul 30 16:14:43 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 08 15:42:20 2016 -0700 |
tree | a0deac96db434801f61dc6433f94434ec6782d61 | |
parent | 11de8e62de66affb1b5a037ecacb4ee2933a9cb3 [diff] |
net: ethernet: octeon: 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>