提交 3bf96889 编写于 作者: R Russell King

ARM: amba: u300: get rid of NO_IRQ initializers

Acked-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 8395e9dd
...@@ -105,7 +105,7 @@ static struct amba_device uart0_device = { ...@@ -105,7 +105,7 @@ static struct amba_device uart0_device = {
.end = U300_UART0_BASE + SZ_4K - 1, .end = U300_UART0_BASE + SZ_4K - 1,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
.irq = { IRQ_U300_UART0, NO_IRQ }, .irq = { IRQ_U300_UART0 },
}; };
/* The U335 have an additional UART1 on the APP CPU */ /* The U335 have an additional UART1 on the APP CPU */
...@@ -129,7 +129,7 @@ static struct amba_device uart1_device = { ...@@ -129,7 +129,7 @@ static struct amba_device uart1_device = {
.end = U300_UART1_BASE + SZ_4K - 1, .end = U300_UART1_BASE + SZ_4K - 1,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
.irq = { IRQ_U300_UART1, NO_IRQ }, .irq = { IRQ_U300_UART1 },
}; };
#endif #endif
...@@ -160,7 +160,7 @@ static struct amba_device pl022_device = { ...@@ -160,7 +160,7 @@ static struct amba_device pl022_device = {
.end = U300_SPI_BASE + SZ_4K - 1, .end = U300_SPI_BASE + SZ_4K - 1,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
.irq = {IRQ_U300_SPI, NO_IRQ }, .irq = {IRQ_U300_SPI },
/* /*
* This device has a DMA channel but the Linux driver does not use * This device has a DMA channel but the Linux driver does not use
* it currently. * it currently.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册