diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2012-10-23 05:17:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-11-09 11:37:20 +0100 |
commit | 94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0 (patch) | |
tree | 8d6458144e1d1fdea5ddda5ad2252520378d7398 | |
parent | 446076459974ce00f02ce4954c2622fc70cb7597 (diff) | |
download | linux-3.10-94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0.tar.gz linux-3.10-94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0.tar.bz2 linux-3.10-94fd4bdf4d7a1e501cbfb0f9e3218143cf5c20d0.zip |
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 5ca38dc7708..3a42276b8ea 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[] = { }; static struct stmmac_mdio_bus_data ls1x_mdio_bus_data = { - .bus_id = 0, .phy_mask = 0, }; |