Files
android_kernel_xiaomi_sm8450/drivers/net/ethernet/freescale
Philippe Reynes c1c511a275 net: ethernet: fs-enet: 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>
2016-05-16 22:16:32 -04:00
..
2015-10-05 03:16:39 -07:00
2015-12-27 20:51:39 -05:00
2016-01-25 10:51:52 -08:00