net: phy: constify of_device_id array
[deliverable/linux.git] / drivers / net / phy / mdio-mux-mmioreg.c
index 0aa985c7401434db1e51e9fc3c95cc9cd8220b38..2377c1341172f6ac6fb56eeaf835b7fc577e1593 100644 (file)
@@ -145,7 +145,7 @@ static int mdio_mux_mmioreg_remove(struct platform_device *pdev)
        return 0;
 }
 
-static struct of_device_id mdio_mux_mmioreg_match[] = {
+static const struct of_device_id mdio_mux_mmioreg_match[] = {
        {
                .compatible = "mdio-mux-mmioreg",
        },
This page took 0.026726 seconds and 5 git commands to generate.