pinctrl: constify of_device_id array
[deliverable/linux.git] / drivers / pinctrl / vt8500 / pinctrl-wm8650.c
index 4e80f98c2ba7c24656904b1364cb95b4b64775bc..8953aba8bfc2261e5c6cef9392d69cb4c5b1209f 100644 (file)
@@ -347,7 +347,7 @@ static int wm8650_pinctrl_remove(struct platform_device *pdev)
        return wmt_pinctrl_remove(pdev);
 }
 
-static struct of_device_id wmt_pinctrl_of_match[] = {
+static const struct of_device_id wmt_pinctrl_of_match[] = {
        { .compatible = "wm,wm8650-pinctrl" },
        { /* sentinel */ },
 };
This page took 0.026452 seconds and 5 git commands to generate.