Le Monday 01 June 2009 19:21:49 Maxime Bizon, vous avez écrit : > This patch removes duplicate init fields in resource. > > Signed-off-by: Maxime Bizon <mbizon@xxxxxxxxxx> Acked-by: Florian Fainelli <florian@xxxxxxxxxxx> > --- > 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, > }, > };