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

Commit 389ae05f authored by Stephen Boyd's avatar Stephen Boyd Committed by Mike Turquette
Browse files

clk: fixed-rate: Export clk_fixed_rate_register()



Export this symbol so that modules can register fixed rate
clocks.

Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 18f5863e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -80,6 +80,7 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,

	return clk;
}
EXPORT_SYMBOL_GPL(clk_register_fixed_rate);

#ifdef CONFIG_OF
/**