commit | 8e07269de1fd09a01a2c00aba68b0c13160a6bac | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Tue Jun 28 00:08:11 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 29 06:03:38 2016 -0400 |
tree | 14c18d7ccd0c9bd0edb816ce6b378ae776cc94c0 | |
parent | bc3a334cc2c49779c90d7057c42c4537cd36256f [diff] |
net: ethernet: mvpp2: 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>