mfd: Constify of_device_id array
[linux-2.6-block.git] / drivers / mfd / rk808.c
index 7cf25c7c8d813cf4392fc9f2cc152495ad11cd12..4b1e4399754bf2950c5662d763e3763653137b9d 100644 (file)
@@ -246,7 +246,7 @@ static int rk808_remove(struct i2c_client *client)
        return 0;
 }
 
-static struct of_device_id rk808_of_match[] = {
+static const struct of_device_id rk808_of_match[] = {
        { .compatible = "rockchip,rk808" },
        { },
 };