Skip to content

Commit

Permalink
ARM: amba: mxs: get rid of NO_IRQ initializers
Browse files Browse the repository at this point in the history
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Jan 25, 2012
1 parent cfbd209 commit 887d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-mxs/devices/amba-duart.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const struct amba_device name##_device __initconst = { \
.end = (soc ## _DUART_BASE_ADDR) + SZ_8K - 1, \
.flags = IORESOURCE_MEM, \
}, \
.irq = {soc ## _INT_DUART, NO_IRQ}, \
.irq = {soc ## _INT_DUART}, \
}

#ifdef CONFIG_SOC_IMX23
Expand Down

0 comments on commit 887d555

Please sign in to comment.