1
0
Fork 0

net: emaclite: Remove unused 'has_mdio' flag.

Remove unused 'has_mdio' flag.

Signed-off-by: Radhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
Radhey Shyam Pandey 2018-06-13 12:05:18 +05:30 committed by David S. Miller
parent 27cad00840
commit bd45cbf545
1 changed files with 0 additions and 2 deletions

View File

@ -123,7 +123,6 @@
* @phy_node: pointer to the PHY device node
* @mii_bus: pointer to the MII bus
* @last_link: last link status
* @has_mdio: indicates whether MDIO is included in the HW
*/
struct net_local {
@ -144,7 +143,6 @@ struct net_local {
struct mii_bus *mii_bus;
int last_link;
bool has_mdio;
};