diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-10-23 01:17:02 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 05:37:20 -0500 |
commit | 94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0 (patch) | |
tree | 8d6458144e1d1fdea5ddda5ad2252520378d7398 | |
parent | 446076459974ce00f02ce4954c2622fc70cb7597 (diff) |
MIPS: Loongson1B: Update stmmac_mdio_bus_data
Update stmmac_mdio_bus_data accordingly due to the upstream change.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
Patchwork: http://patchwork.linux-mips.org/patch/4433
Signed-off-by: John Crispin <blogic@openwrt.org>
-rw-r--r-- | arch/mips/loongson1/common/platform.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/loongson1/common/platform.c b/arch/mips/loongson1/common/platform.c index 5ca38dc77080..3a42276b8ea6 100644 --- a/arch/mips/loongson1/common/platform.c +++ b/arch/mips/loongson1/common/platform.c | |||
@@ -71,7 +71,6 @@ static struct resource ls1x_eth0_resources[] = { | |||
71 | }; | 71 | }; |
72 | 72 | ||
73 | static struct stmmac_mdio_bus_data ls1x_mdio_bus_data = { | 73 | static struct stmmac_mdio_bus_data ls1x_mdio_bus_data = { |
74 | .bus_id = 0, | ||
75 | .phy_mask = 0, | 74 | .phy_mask = 0, |
76 | }; | 75 | }; |
77 | 76 | ||