commit | 542808f5f68810b579c3b9a44d88dbdbe5e68ac2 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sat Jun 25 21:09:01 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 28 09:12:35 2016 -0400 |
tree | 6fc38dcc73a2c611ccdbc2735adc7913f45fbd88 | |
parent | 802fe79e15ed2c5444a3da60792cc6ddb93bb2b3 [diff] |
net: ethernet: r6040: 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>