clk/versatile: export symbols for impd1

The impd1 code on mach-integrator can be a loadable module,
so we have to export icst_clk_register, integrator_impd1_clk_init
and integrator_impd1_clk_exit.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
This commit is contained in:
Arnd Bergmann
2014-05-08 16:56:16 +02:00
committed by Mike Turquette
parent 6ed8eb59e5
commit a218d7fa3f
2 changed files with 3 additions and 0 deletions

View File

@@ -160,3 +160,4 @@ struct clk *icst_clk_register(struct device *dev,
return clk;
}
EXPORT_SYMBOL_GPL(icst_clk_register);