Commit 7736c715 authored by Boris BREZILLON's avatar Boris BREZILLON Committed by Nicolas Ferre

clk: at91: fix pmc_clk_ids data type attriubte

Fix pmc_clk_ids data type attribute (__initdata -> __initconst).
Signed-off-by: default avatarBoris BREZILLON <b.brezillon@overkiz.com>
Reported-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Acked-by: default avatarMike Turquette <mturquette@linaro.org>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent b46e837d
...@@ -228,7 +228,7 @@ static struct at91_pmc *__init at91_pmc_init(struct device_node *np, ...@@ -228,7 +228,7 @@ static struct at91_pmc *__init at91_pmc_init(struct device_node *np,
return NULL; return NULL;
} }
static const struct of_device_id pmc_clk_ids[] __initdata = { static const struct of_device_id pmc_clk_ids[] __initconst = {
/* Main clock */ /* Main clock */
{ {
.compatible = "atmel,at91rm9200-clk-main", .compatible = "atmel,at91rm9200-clk-main",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment