commit | b3c40adcc9891a709d30b620f0cabd4679a355b5 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Mon May 16 01:35:13 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 16 21:51:41 2016 -0400 |
tree | 5cf8f4f321880ca94c479987336bced000e9a88c | |
parent | cd5f9bb4be950079e911a64972dd7311f0bf8534 [diff] |
net: ethernet: ftgmac100: 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>