diff options
author | Axel Lin <axel.lin@ingics.com> | 2012-11-02 09:46:13 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-11-11 13:05:59 -0500 |
commit | afa538c2bf00cf6cd28fc6b5fcea1a75894228a0 (patch) | |
tree | 72951b185224965d42adf50fb1e79d7cfade880f /drivers/pinctrl | |
parent | d3e26f2fe993b5dbc8b4b2275d77f9ad3e08c81a (diff) |
pinctrl: exynos: 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: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinctrl-exynos.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-exynos.c b/drivers/pinctrl/pinctrl-exynos.c index 21362f48d370..6ff665209a4c 100644 --- a/drivers/pinctrl/pinctrl-exynos.c +++ b/drivers/pinctrl/pinctrl-exynos.c | |||
@@ -36,6 +36,7 @@ | |||
36 | /* list of external wakeup controllers supported */ | 36 | /* list of external wakeup controllers supported */ |
37 | static const struct of_device_id exynos_wkup_irq_ids[] = { | 37 | static const struct of_device_id exynos_wkup_irq_ids[] = { |
38 | { .compatible = "samsung,exynos4210-wakeup-eint", }, | 38 | { .compatible = "samsung,exynos4210-wakeup-eint", }, |
39 | { } | ||
39 | }; | 40 | }; |
40 | 41 | ||
41 | static void exynos_gpio_irq_unmask(struct irq_data *irqd) | 42 | static void exynos_gpio_irq_unmask(struct irq_data *irqd) |