diff options
-rw-r--r-- | drivers/irqchip/irq-sunxi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-sunxi.c b/drivers/irqchip/irq-sunxi.c index eef41a49acae..10974fa42653 100644 --- a/drivers/irqchip/irq-sunxi.c +++ b/drivers/irqchip/irq-sunxi.c | |||
@@ -129,7 +129,8 @@ static int __init sunxi_of_init(struct device_node *node, | |||
129 | } | 129 | } |
130 | 130 | ||
131 | static struct of_device_id sunxi_irq_dt_ids[] __initconst = { | 131 | static struct of_device_id sunxi_irq_dt_ids[] __initconst = { |
132 | { .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init } | 132 | { .compatible = "allwinner,sunxi-ic", .data = sunxi_of_init }, |
133 | { } | ||
133 | }; | 134 | }; |
134 | 135 | ||
135 | void __init sunxi_init_irq(void) | 136 | void __init sunxi_init_irq(void) |