diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-18 06:41:54 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-25 06:04:02 -0500 |
commit | 0860cc2826bc20f4f6db5694aecd84c1013989bd (patch) | |
tree | 7ce0aa9a4fd05699191ac16c03129397f828f088 /arch/arm/mach-netx | |
parent | b962f1bb11b60d3d10db034d87384cb46d371995 (diff) |
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')
-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 = { | |||
102 | .end = 0x00104fff, | 102 | .end = 0x00104fff, |
103 | .flags = IORESOURCE_MEM, | 103 | .flags = IORESOURCE_MEM, |
104 | }, | 104 | }, |
105 | .irq = { NETX_IRQ_LCD, NO_IRQ }, | 105 | .irq = { NETX_IRQ_LCD }, |
106 | }; | 106 | }; |
107 | 107 | ||
108 | int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel) | 108 | int netx_fb_init(struct clcd_board *board, struct clcd_panel *panel) |