Skip to content

Commit

Permalink
ARM: amba: netx: 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 b962f1b commit 0860cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-netx/fb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0860cc2

Please sign in to comment.