Skip to content

Commit bd45cbf

Browse files
radheyxilinxdavem330
authored andcommitted
net: emaclite: Remove unused 'has_mdio' flag.
Remove unused 'has_mdio' flag. Signed-off-by: Radhey Shyam Pandey <[email protected]> Signed-off-by: Michal Simek <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 27cad00 commit bd45cbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/ethernet/xilinx/xilinx_emaclite.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@
123123
* @phy_node: pointer to the PHY device node
124124
* @mii_bus: pointer to the MII bus
125125
* @last_link: last link status
126-
* @has_mdio: indicates whether MDIO is included in the HW
127126
*/
128127
struct net_local {
129128

@@ -144,7 +143,6 @@ struct net_local {
144143
struct mii_bus *mii_bus;
145144

146145
int last_link;
147-
bool has_mdio;
148146
};
149147

150148

0 commit comments

Comments
 (0)