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

Commit b962f1bb authored by Russell King's avatar Russell King
Browse files

ARM: amba: nomadik: get rid of NO_IRQ initializers

parent 887d5557
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -191,13 +191,13 @@ static void __init nhk8815_onenand_init(void)
static struct amba_device uart0_device = {
	.dev = { .init_name = "uart0" },
	__MEM_4K_RESOURCE(NOMADIK_UART0_BASE),
	.irq = {IRQ_UART0, NO_IRQ},
	.irq = {IRQ_UART0},
};

static struct amba_device uart1_device = {
	.dev = { .init_name = "uart1" },
	__MEM_4K_RESOURCE(NOMADIK_UART1_BASE),
	.irq = {IRQ_UART1, NO_IRQ},
	.irq = {IRQ_UART1},
};

static struct amba_device *amba_devs[] __initdata = {