pinctrl: constify of_device_id array
[deliverable/linux.git] / drivers / pinctrl / mvebu / pinctrl-armada-xp.c
index d191c3a2488578ce4bff00cf7ea517426a335d37..578db9f033b23c001257d94fe90c39a9c20ca9f1 100644 (file)
@@ -362,7 +362,7 @@ static struct mvebu_mpp_mode armada_xp_mpp_modes[] = {
 
 static struct mvebu_pinctrl_soc_info armada_xp_pinctrl_info;
 
-static struct of_device_id armada_xp_pinctrl_of_match[] = {
+static const struct of_device_id armada_xp_pinctrl_of_match[] = {
        {
                .compatible = "marvell,mv78230-pinctrl",
                .data       = (void *) V_MV78230,
This page took 0.026753 seconds and 5 git commands to generate.