Files
linux/drivers/net
Philippe Reynes 11331fc294 net: ethernet: ethoc: 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
phy 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>
Reviewed-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-15 16:41:34 -07:00
..
2016-07-11 14:30:52 -07:00
2016-06-15 22:06:06 -07:00
2016-06-16 22:37:05 -07:00
2016-07-15 14:40:39 -07:00