commit | d5aeb17621d2214c09c2d2679da4ce9cfb37f506 | [log] [tgz] |
---|---|---|
author | Nicolas Ferre <nicolas.ferre@microchip.com> | Fri May 03 12:36:28 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri May 03 10:25:34 2019 -0400 |
tree | 26e235b34da10fd6980f7d657fb7097f1d776e46 | |
parent | ff24e4980a68d83090a02fda081741a410fe8eef [diff] |
net: macb: remove redundant struct phy_device declaration While moving the chunk of code during 739de9a1563a ("net: macb: Reorganize macb_mii bringup"), the declaration of struct phy_device declaration was kept. It's not useful in this function as we alrady have a phydev pointer. Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>