提交 ace16867 编写于 作者: S Sanjeev Sharma 提交者: Linus Walleij

pinctrl: freescale: make of_device_id array const

Make of_device_id array const.
Signed-off-by: NSanjeev Sharma <Sanjeev_Sharma@mentor.com>
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 05c5f265
...@@ -302,7 +302,7 @@ static struct imx_pinctrl_soc_info vf610_pinctrl_info = { ...@@ -302,7 +302,7 @@ static struct imx_pinctrl_soc_info vf610_pinctrl_info = {
.flags = SHARE_MUX_CONF_REG, .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", }, { .compatible = "fsl,vf610-iomuxc", },
{ /* sentinel */ } { /* sentinel */ }
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册