]> git.baikalelectronics.ru Git - kernel.git/commit
net: ethernet: greth: use phydev from struct net_device
authorPhilippe Reynes <tremyfr@gmail.com>
Sat, 30 Jul 2016 14:22:05 +0000 (16:22 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Aug 2016 22:42:20 +0000 (15:42 -0700)
commit0697a8c6597039779446e2100ef3f04c739a4585
treee5f7ba7797f8fc114835ba91c192be2fdde9be1a
parentd42b5a8ddb81df3251a5bf4ef21a6e393e2694d5
net: ethernet: greth: 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>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/aeroflex/greth.c
drivers/net/ethernet/aeroflex/greth.h