aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
diff options
context:
space:
mode:
authorGravatar Axel Lin <axel.lin@ingics.com> 2013-02-17 21:58:47 +0800
committerGravatar Linus Walleij <linus.walleij@linaro.org> 2013-03-07 05:27:29 +0100
commite3929714942b242ecb55657e70d51e0eb4c77726 (patch)
treee798b2b4afab8f2d193ccb739a0cfc445c1dff7f /drivers/pinctrl
parentpinctrl: Declare operation structures as const (diff)
downloadlinux-e3929714942b242ecb55657e70d51e0eb4c77726.tar.gz
linux-e3929714942b242ecb55657e70d51e0eb4c77726.tar.bz2
linux-e3929714942b242ecb55657e70d51e0eb4c77726.zip
pinctrl: abx500: 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-abx500.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/pinctrl-abx500.c b/drivers/pinctrl/pinctrl-abx500.c
index 169d72c59a7b..e8abc3cf3033 100644
--- a/drivers/pinctrl/pinctrl-abx500.c
+++ b/drivers/pinctrl/pinctrl-abx500.c
@@ -834,6 +834,7 @@ static const struct of_device_id abx500_gpio_match[] = {
{ .compatible = "stericsson,ab8505-gpio", .data = (void *)PINCTRL_AB8505, },
{ .compatible = "stericsson,ab8540-gpio", .data = (void *)PINCTRL_AB8540, },
{ .compatible = "stericsson,ab9540-gpio", .data = (void *)PINCTRL_AB9540, },
+ { }
};
static int abx500_gpio_probe(struct platform_device *pdev)