pinctrl: exynos: Add terminating entry for of_device_id table
authorAxel Lin <axel.lin@ingics.com>
Fri, 2 Nov 2012 13:46:13 +0000 (21:46 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 11 Nov 2012 18:05:59 +0000 (19:05 +0100)
The of_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-exynos.c

index 21362f4..6ff6652 100644 (file)
@@ -36,6 +36,7 @@
 /* list of external wakeup controllers supported */
 static const struct of_device_id exynos_wkup_irq_ids[] = {
        { .compatible = "samsung,exynos4210-wakeup-eint", },
+       { }
 };
 
 static void exynos_gpio_irq_unmask(struct irq_data *irqd)