mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-12 05:48:39 +08:00
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
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user