提交 cfbd209f 编写于 作者: R Russell King

ARM: amba: lpc32xx: get rid of NO_IRQ initializers

Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册