Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
};