clk: at91: fix pmc_clk_ids data type attriubte

Fix pmc_clk_ids data type attribute (__initdata -> __initconst).

Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Mike Turquette <mturquette@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
Boris BREZILLON 2013-12-16 22:25:27 +01:00 committed by Nicolas Ferre
parent b46e837d8e
commit 7736c715d0
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ out_free_pmc:
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",