提交 7736c715 编写于 作者: B Boris BREZILLON 提交者: Nicolas Ferre

clk: at91: fix pmc_clk_ids data type attriubte

Fix pmc_clk_ids data type attribute (__initdata -> __initconst).
Signed-off-by: NBoris BREZILLON <b.brezillon@overkiz.com>
Reported-by: NFengguang Wu <fengguang.wu@intel.com>
Acked-by: NMike Turquette <mturquette@linaro.org>
Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
上级 b46e837d
......@@ -228,7 +228,7 @@ static struct at91_pmc *__init at91_pmc_init(struct device_node *np,
return NULL;
}
static const struct of_device_id pmc_clk_ids[] __initdata = {
static const struct of_device_id pmc_clk_ids[] __initconst = {
/* Main clock */
{
.compatible = "atmel,at91rm9200-clk-main",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册