powerpc: make of_device_ids const
[deliverable/linux.git] / arch / powerpc / platforms / 83xx / mcu_mpc8349emitx.c
index e238b6a55b1593e08f43e029bf6b4f9af1a7836f..31053eec5cd0baa341731fca8375ee42edcd260a 100644 (file)
@@ -213,7 +213,7 @@ static const struct i2c_device_id mcu_ids[] = {
 };
 MODULE_DEVICE_TABLE(i2c, mcu_ids);
 
-static struct of_device_id mcu_of_match_table[] = {
+static const struct of_device_id mcu_of_match_table[] = {
        { .compatible = "fsl,mcu-mpc8349emitx", },
        { },
 };
This page took 0.024174 seconds and 5 git commands to generate.