commit | 51f141bec15aecb2ee5f0db77761dbf219333b93 | [log] [tgz] |
---|---|---|
author | Philippe Reynes <tremyfr@gmail.com> | Sun Sep 18 00:11:34 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Sep 19 21:39:11 2016 -0400 |
tree | 94b492787ccc98a2d10d20cbef8060344c74fe65 | |
parent | 583c139c71ae1919c7c94b43fb55d6777ef30eaf [diff] |
net: ethernet: broadcom: b44: 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>