This patch removes duplicate init fields in resource. Signed-off-by: Maxime Bizon <mbizon@xxxxxxxxxx> --- 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