| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 01/10] bcm63xx: remove duplicate init fields. |
| From: | Maxime Bizon <mbizon@freebox.fr> |
| Date: | Mon, 1 Jun 2009 19:21:49 +0200 |
| Cc: | Florian Fainelli <florian@openwrt.org>, Maxime Bizon <mbizon@freebox.fr> |
| In-reply-to: | <1243876918-9905-1-git-send-email-mbizon@freebox.fr> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <1243876918-9905-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
|
| Previous by Date: | [PATCH 03/10] bcm63xx: convert bcm63xx_enet to netdev ops., Maxime Bizon |
|---|---|
| Next by Date: | [PATCH 02/10] bcm63xx: use napi_complete instead of __napi_complete, Maxime Bizon |
| Previous by Thread: | Re: [PATCH 03/10] bcm63xx: convert bcm63xx_enet to netdev ops., Florian Fainelli |
| Next by Thread: | Re: [PATCH 01/10] bcm63xx: remove duplicate init fields., Florian Fainelli |
| Indexes: | [Date] [Thread] [Top] [All Lists] |