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

Commit ace16867 authored by Sanjeev Sharma's avatar Sanjeev Sharma Committed by Linus Walleij
Browse files

pinctrl: freescale: make of_device_id array const



Make of_device_id array const.

Signed-off-by: default avatarSanjeev Sharma <Sanjeev_Sharma@mentor.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 05c5f265
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ static struct imx_pinctrl_soc_info vf610_pinctrl_info = {
	.flags = SHARE_MUX_CONF_REG,
};

static struct of_device_id vf610_pinctrl_of_match[] = {
static const struct of_device_id vf610_pinctrl_of_match[] = {
	{ .compatible = "fsl,vf610-iomuxc", },
	{ /* sentinel */ }
};