pinctrl: constify of_device_id array
[deliverable/linux.git] / drivers / pinctrl / mvebu / pinctrl-armada-375.c
index cd7c8f51f7d900c9a6e5f6c0c8b940c2cde3c2f4..ca1e7571fedb51475aba33c3004d9a781b8836b1 100644 (file)
@@ -399,7 +399,7 @@ static struct mvebu_mpp_mode mv88f6720_mpp_modes[] = {
 
 static struct mvebu_pinctrl_soc_info armada_375_pinctrl_info;
 
-static struct of_device_id armada_375_pinctrl_of_match[] = {
+static const struct of_device_id armada_375_pinctrl_of_match[] = {
        { .compatible = "marvell,mv88f6720-pinctrl" },
        { },
 };
This page took 0.027061 seconds and 5 git commands to generate.