|
@@ -670,7 +670,7 @@ static int mpc85xx_l2_err_remove(struct platform_device *op)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct of_device_id mpc85xx_l2_err_of_match[] = {
|
|
|
+static const struct of_device_id mpc85xx_l2_err_of_match[] = {
|
|
|
/* deprecate the fsl,85.. forms in the future, 2.6.30? */
|
|
|
{ .compatible = "fsl,8540-l2-cache-controller", },
|
|
|
{ .compatible = "fsl,8541-l2-cache-controller", },
|
|
@@ -1160,7 +1160,7 @@ static int mpc85xx_mc_err_remove(struct platform_device *op)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static struct of_device_id mpc85xx_mc_err_of_match[] = {
|
|
|
+static const struct of_device_id mpc85xx_mc_err_of_match[] = {
|
|
|
/* deprecate the fsl,85.. forms in the future, 2.6.30? */
|
|
|
{ .compatible = "fsl,8540-memory-controller", },
|
|
|
{ .compatible = "fsl,8541-memory-controller", },
|