clk: export some clk_hw function symbols for module drivers
authorJerome Brunet <jbrunet@baylibre.com>
Fri, 1 Feb 2019 12:58:38 +0000 (13:58 +0100)
committerNeil Armstrong <narmstrong@baylibre.com>
Sat, 2 Feb 2019 16:42:02 +0000 (17:42 +0100)
commit12aa377bf80cb3a38053dba70eaa7e39975849b2
tree1bdfbbe695fdb9941e0b820f3ced9046f5b1fa52
parent439a6bb5bfe775f9aa18f267a54878e0ac7f3d49
clk: export some clk_hw function symbols for module drivers

clk-provider.h provides clk_hw_is_prepared(), clk_hw_is_enabled() and
clk_hw_is_prepared() but these symbols are not exported for the
modules which prevents a clock driver using them to be compiled as
a module. Export them to fix the problem.

Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lkml.kernel.org/r/20190201125841.26785-2-jbrunet@baylibre.com
drivers/clk/clk.c