Skip to content

Commit

Permalink
ARM: amba: lpc32xx: get rid of NO_IRQ initializers
Browse files Browse the repository at this point in the history
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Jan 25, 2012
1 parent 0dada61 commit cfbd209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-lpc32xx/phy3250.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ static struct amba_device lpc32xx_clcd_device = {
.flags = IORESOURCE_MEM,
},
.dma_mask = ~0,
.irq = {IRQ_LPC32XX_LCD, NO_IRQ},
.irq = {IRQ_LPC32XX_LCD},
};

/*
Expand Down Expand Up @@ -203,7 +203,7 @@ static struct amba_device lpc32xx_ssp0_device = {
.flags = IORESOURCE_MEM,
},
.dma_mask = ~0,
.irq = {IRQ_LPC32XX_SSP0, NO_IRQ},
.irq = {IRQ_LPC32XX_SSP0},
};

/* AT25 driver registration */
Expand Down

0 comments on commit cfbd209

Please sign in to comment.