Commit 0860cc28 authored by Russell King's avatar Russell King

ARM: amba: netx: get rid of NO_IRQ initializers

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent b962f1bb
......@@ -102,7 +102,7 @@ static struct amba_device fb_device = {
.end = 0x00104fff,
.flags = IORESOURCE_MEM,
},
.irq = { NETX_IRQ_LCD, NO_IRQ },
.irq = { NETX_IRQ_LCD },
};
int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel)
......
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