can: constify of_device_id array
[linux-2.6-block.git] / drivers / net / can / mscan / mpc5xxx_can.c
index ad024e60ba8c332e1a42f58fa3b1f1d25a3523d9..c7427bdd3a4bff957aaef3fdb1d2f8ed0ead41cb 100644 (file)
@@ -43,7 +43,7 @@ struct mpc5xxx_can_data {
 };
 
 #ifdef CONFIG_PPC_MPC52xx
-static struct of_device_id mpc52xx_cdm_ids[] = {
+static const struct of_device_id mpc52xx_cdm_ids[] = {
        { .compatible = "fsl,mpc5200-cdm", },
        {}
 };