Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 887d5557 authored by Russell King's avatar Russell King
Browse files

ARM: amba: mxs: get rid of NO_IRQ initializers

parent cfbd209f
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ const struct amba_device name##_device __initconst = { \
		.end = (soc ## _DUART_BASE_ADDR) + SZ_8K - 1,	\
		.end = (soc ## _DUART_BASE_ADDR) + SZ_8K - 1,	\
		.flags = IORESOURCE_MEM,			\
		.flags = IORESOURCE_MEM,			\
	},							\
	},							\
	.irq = {soc ## _INT_DUART, NO_IRQ},			\
	.irq = {soc ## _INT_DUART},				\
}
}


#ifdef CONFIG_SOC_IMX23
#ifdef CONFIG_SOC_IMX23