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:
parent
b46e837d8e
commit
7736c715d0
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ out_free_pmc:
|
||||||
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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue