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

Commit ff336572 authored by Axel Lin's avatar Axel Lin Committed by Maxime Ripard
Browse files

irqchip: irq-sunxi: Add terminating entry for sunxi_irq_dt_ids



The of_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 3703af46
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -129,7 +129,8 @@ static int __init sunxi_of_init(struct device_node *node,
}

static struct of_device_id sunxi_irq_dt_ids[] __initconst = {
	{ .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init }
	{ .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init },
	{ }
};

void __init sunxi_init_irq(void)