Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6f98b3e authored by Simon Horman's avatar Simon Horman
Browse files

ARM: shmobile: koelsch: Annotate clk_names with __initconst

parent 89aff406
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -85,7 +85,7 @@ static void __init koelsch_add_du_device(void)
 * This is a really crude hack to provide clkdev support to platform
 * This is a really crude hack to provide clkdev support to platform
 * devices until they get moved to DT.
 * 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" },
	{ "cmt0", NULL, "sh_cmt.0" },
	{ "scifa0", NULL, "sh-sci.0" },
	{ "scifa0", NULL, "sh-sci.0" },
	{ "scifa1", NULL, "sh-sci.1" },
	{ "scifa1", NULL, "sh-sci.1" },