| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] bcm63xx: remove duplicate init fields. |
| From: | Maxime Bizon <mbizon@freebox.fr> |
| Date: | Mon, 1 Jun 2009 19:08:07 +0200 |
| Cc: | Florian Fainelli <florian@openwrt.org>, Maxime Bizon <mbizon@freebox.fr> |
| In-reply-to: | <1243876095-8987-1-git-send-email-mbizon@freebox.fr> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1243876095-8987-1-git-send-email-mbizon@freebox.fr> |
| Sender: | linux-mips-bounce@linux-mips.org |
This patch removes duplicate init fields in resource.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
---
arch/mips/bcm63xx/dev-enet.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/mips/bcm63xx/dev-enet.c b/arch/mips/bcm63xx/dev-enet.c
index 51c2e5a..188fa66 100644
--- a/arch/mips/bcm63xx/dev-enet.c
+++ b/arch/mips/bcm63xx/dev-enet.c
@@ -42,12 +42,10 @@ static struct resource enet0_res[] = {
},
{
.start = -1, /* filled at runtime */
- .start = IRQ_ENET0_RXDMA,
.flags = IORESOURCE_IRQ,
},
{
.start = -1, /* filled at runtime */
- .start = IRQ_ENET0_TXDMA,
.flags = IORESOURCE_IRQ,
},
};
--
1.6.0.4
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] bcm63xx: convert bcm63xx_enet to netdev ops., Maxime Bizon |
|---|---|
| Next by Date: | [PATCH 04/10] bcm63xx: limit number of usb port to 1., Maxime Bizon |
| Previous by Thread: | [PATCH] bcm63xx: convert bcm63xx_enet to netdev ops., Maxime Bizon |
| Next by Thread: | More updates to bcm63xx support (resend), Maxime Bizon |
| Indexes: | [Date] [Thread] [Top] [All Lists] |