Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c995d6d authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

pinctrl: nomadik: Add terminating entry for platform_device_id table



The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0c61ae77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1922,6 +1922,7 @@ static const struct platform_device_id nmk_pinctrl_id[] = {
	{ "pinctrl-stn8815", PINCTRL_NMK_STN8815 },
	{ "pinctrl-db8500", PINCTRL_NMK_DB8500 },
	{ "pinctrl-db8540", PINCTRL_NMK_DB8540 },
	{ }
};

static struct platform_driver nmk_pinctrl_driver = {