diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2016-04-01 10:07:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-01 21:38:58 +0300 |
commit | d7e944c8ddc0983640a9a32868fb217485d12ca2 (patch) | |
tree | 9f051ca5d1b22cac973187e2e92d420322ad9576 /include/linux/stmmac.h | |
parent | a00e3ab64be2e482bd25fe30bdc9bfa6e2b0cf1c (diff) | |
download | linux-d7e944c8ddc0983640a9a32868fb217485d12ca2.tar.xz |
Revert "stmmac: Fix 'eth0: No PHY found' regression"
This reverts commit 88f8b1bb41c6208f81b6a480244533ded7b59493.
due to problems on GeekBox and Banana Pi M1 board when
connected to a real transceiver instead of a switch via
fixed-link.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Cc: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Cc: Andreas Färber <afaerber@suse.de>
Cc: Frank Schäfer <fschaefer.oss@googlemail.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/stmmac.h')
-rw-r--r-- | include/linux/stmmac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/stmmac.h b/include/linux/stmmac.h index 4bcf5a61aada..6e53fa8942a4 100644 --- a/include/linux/stmmac.h +++ b/include/linux/stmmac.h @@ -114,7 +114,6 @@ struct plat_stmmacenet_data { int interface; struct stmmac_mdio_bus_data *mdio_bus_data; struct device_node *phy_node; - struct device_node *mdio_node; struct stmmac_dma_cfg *dma_cfg; int clk_csr; int has_gmac; |