diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-18 12:41:54 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-25 12:04:02 +0100 |
commit | 0860cc2826bc20f4f6db5694aecd84c1013989bd (patch) | |
tree | 7ce0aa9a4fd05699191ac16c03129397f828f088 /arch/arm/mach-netx/fb.c | |
parent | ARM: amba: nomadik: get rid of NO_IRQ initializers (diff) | |
download | linux-0860cc2826bc20f4f6db5694aecd84c1013989bd.tar.xz linux-0860cc2826bc20f4f6db5694aecd84c1013989bd.zip |
ARM: amba: netx: get rid of NO_IRQ initializers
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-netx/fb.c')
-rw-r--r-- | arch/arm/mach-netx/fb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/fb.c b/arch/arm/mach-netx/fb.c index b9913234bbf6..eda856c445e0 100644 --- a/arch/arm/mach-netx/fb.c +++ b/arch/arm/mach-netx/fb.c @@ -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) |