mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-13 23:36:57 +07:00
ARM: shmobile: koelsch: Annotate clk_names with __initconst
Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
89aff406db
commit
f6f98b3e44
@ -85,7 +85,7 @@ static void __init koelsch_add_du_device(void)
|
||||
* This is a really crude hack to provide clkdev support to platform
|
||||
* devices until they get moved to DT.
|
||||
*/
|
||||
static const struct clk_name clk_names[] = {
|
||||
static const struct clk_name clk_names[] __initconst = {
|
||||
{ "cmt0", NULL, "sh_cmt.0" },
|
||||
{ "scifa0", NULL, "sh-sci.0" },
|
||||
{ "scifa1", NULL, "sh-sci.1" },
|
||||
|
Loading…
Reference in New Issue
Block a user