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

Commit ed0fd58d authored by Matt Wagantall's avatar Matt Wagantall
Browse files

clkdev: Remove __init marking from clkdev_add_table()



To support registration of clock tables from drivers that
initialize after the kernel has booted, remove the __init
marking.

Change-Id: I264395652772b30960c0168121194870b541e18f
Signed-off-by: default avatarMatt Wagantall <mattw@codeaurora.org>
(cherry picked from commit ba60861f28c4039f381b8ed3a5f48a0df045be67)
Signed-off-by: default avatarJosh Cartwright <joshc@codeaurora.org>
parent bf7400e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,7 +210,7 @@ void clkdev_add(struct clk_lookup *cl)
}
EXPORT_SYMBOL(clkdev_add);

void __init clkdev_add_table(struct clk_lookup *cl, size_t num)
void clkdev_add_table(struct clk_lookup *cl, size_t num)
{
	mutex_lock(&clocks_mutex);
	while (num--) {