Skip to content

Commit

Permalink
net: emaclite: Remove unused 'has_mdio' flag.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Radhey Shyam Pandey authored and David S. Miller committed Jun 15, 2018
1 parent 27cad00 commit bd45cbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/net/ethernet/xilinx/xilinx_emaclite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand All @@ -144,7 +143,6 @@ struct net_local {
struct mii_bus *mii_bus;

int last_link;
bool has_mdio;
};


Expand Down

0 comments on commit bd45cbf

Please sign in to comment.