Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

irqchip: irq-bcm2835: Add terminating entry for of_device_id table

The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Olof Johansson <olof@lixom.net>

authored by

Axel Lin and committed by
Olof Johansson
36e42a32 dfac74d3

+2 -1
+2 -1
drivers/irqchip/irq-bcm2835.c
··· 168 168 } 169 169 170 170 static struct of_device_id irq_of_match[] __initconst = { 171 - { .compatible = "brcm,bcm2835-armctrl-ic", .data = armctrl_of_init } 171 + { .compatible = "brcm,bcm2835-armctrl-ic", .data = armctrl_of_init }, 172 + { } 172 173 }; 173 174 174 175 void __init bcm2835_init_irq(void)