| To: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 3/4] MIPS: Loongson1B: Update stmmac_mdio_bus_data |
| From: | Kelvin Cheung <keguang.zhang@gmail.com> |
| Date: | Tue, 23 Oct 2012 14:17:02 +0800 |
| Cc: | mturquette@linaro.org, Kelvin Cheung <keguang.zhang@gmail.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=G6h3yp9Ua0M2+fd38ZAwEWPAh/Ig3hsBqCswbRuSBtA=; b=feGBWyE6/ULA6Y7oS4c/hingm1PJgNPNCcLt0qbzNq5gjBc8cmiDSVu9aGy62HriAS VV2HGXH16IaMuerZMRMnsLdIDWAyF8xRClWbvyKiqs3nFu2+sM9H2r4bHFuxyrCg2fJw v1iUx3kvq1zUFz45uhu+w0Bi5AYzQMeCiTQqcBVCoBgFYp0k6qOow2u5+VlCNL0lDDqA I9jJQJdnvlke2amZ8RVfmRkaW9cgKJw21EjRKt8M0sCdyIBpHVu37PlBybKtGckECndO ipq5H61saXIUf1lqa4TzMzmIKcSEDb3apymbvFiM5jblBG3LLs/+AjEsXOxsmekmyQ9E maGg== |
| In-reply-to: | <1350973023-7667-1-git-send-email-keguang.zhang@gmail.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1350973023-7667-1-git-send-email-keguang.zhang@gmail.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
Update stmmac_mdio_bus_data accordingly due to the upstream change.
Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com>
---
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 5ca38dc..3a42276 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,
};
--
1.7.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/4] MIPS: Loongson1B: improve ls1x_serial_setup(), Kelvin Cheung |
|---|---|
| Next by Date: | [PATCH 4/4] MIPS: Loongson1B: Fix a typo, Kelvin Cheung |
| Previous by Thread: | [PATCH 2/4] MIPS: Loongson1B: improve ls1x_serial_setup(), Kelvin Cheung |
| Next by Thread: | [PATCH 4/4] MIPS: Loongson1B: Fix a typo, Kelvin Cheung |
| Indexes: | [Date] [Thread] [Top] [All Lists] |