Commit 1ef5e1d0 authored by Markus Koch's avatar Markus Koch Committed by David S. Miller
Browse files

net/fsl: Remove leftover definition in xgmac_mdio



commit 26eee021 ("net/fsl: fix a bug in xgmac_mdio") fixed a bug in
the QorIQ mdio driver but left the (now unused) incorrect bit definition
for MDIO_DATA_BSY in the code. This commit removes it.

Signed-off-by: default avatarMarkus Koch <markus@notsyncing.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 29262e1f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,7 +47,6 @@ struct tgec_mdio_controller {
#define MDIO_CTL_READ		BIT(15)

#define MDIO_DATA(x)		(x & 0xffff)
#define MDIO_DATA_BSY		BIT(31)

struct mdio_fsl_priv {
	struct	tgec_mdio_controller __iomem *mdio_base;