Commit bd45cbf5 authored by Radhey Shyam Pandey's avatar Radhey Shyam Pandey Committed by David S. Miller

net: emaclite: Remove unused 'has_mdio' flag.

Remove unused 'has_mdio' flag.
Signed-off-by: default avatarRadhey Shyam Pandey <radhey.shyam.pandey@xilinx.com>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 27cad008
...@@ -123,7 +123,6 @@ ...@@ -123,7 +123,6 @@
* @phy_node: pointer to the PHY device node * @phy_node: pointer to the PHY device node
* @mii_bus: pointer to the MII bus * @mii_bus: pointer to the MII bus
* @last_link: last link status * @last_link: last link status
* @has_mdio: indicates whether MDIO is included in the HW
*/ */
struct net_local { struct net_local {
...@@ -144,7 +143,6 @@ struct net_local { ...@@ -144,7 +143,6 @@ struct net_local {
struct mii_bus *mii_bus; struct mii_bus *mii_bus;
int last_link; int last_link;
bool has_mdio;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment