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

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
......@@ -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;
......
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