Commit cfbd209f authored by Russell King's avatar Russell King

ARM: amba: lpc32xx: get rid of NO_IRQ initializers

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 0dada61a
......@@ -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},
};
/*
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment