mfd: Constify i2c_device_id tables
[pandora-kernel.git] / drivers / mfd / pcf50633-core.c
index c1306ed..c7687f6 100644 (file)
@@ -356,7 +356,7 @@ static int __devexit pcf50633_remove(struct i2c_client *client)
        return 0;
 }
 
-static struct i2c_device_id pcf50633_id_table[] = {
+static const struct i2c_device_id pcf50633_id_table[] = {
        {"pcf50633", 0x73},
        {/* end of list */}
 };