summaryrefslogtreecommitdiff
path: root/cpusched.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04cpusched: remove useless header commentDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+16
/td> commita54d20f85ab12fab4873d2947b2be965430bf609 (patch) treeb9e349ac79c83cc1c34699622f2f1f1c05894a3c parent9295c034726e025395e6eff3013fa9e3753bcb39 (diff)
net: ethernet: fec-mpc52xx: 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>
Diffstat