mfd: Constify of_device_id array

of_device_id is always used as const.

(See driver.of_match_table and open firmware functions)

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
此提交包含在:
Fabian Frederick
2015-03-16 20:21:36 +01:00
提交者 Lee Jones
父節點 48579a9ae8
當前提交 908725d541
共有 3 個檔案被更改,包括 3 行新增3 行删除

查看文件

@@ -829,7 +829,7 @@ static struct twl4030_power_data osc_off_idle = {
.board_config = osc_off_rconfig,
};
static struct of_device_id twl4030_power_of_match[] = {
static const struct of_device_id twl4030_power_of_match[] = {
{
.compatible = "ti,twl4030-power",
},