diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-02-01 10:41:43 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-04-07 11:58:12 +0200 |
commit | ba3fae06c7a4e80ab9d48a8a045b352da97cf23d (patch) | |
tree | 83e6a470906ce711128e8927d87a7d467b402dcf /drivers/clk/versatile/clk-icst.c | |
parent | ARM: plat-versatile: remove stale clock header (diff) | |
download | linux-ba3fae06c7a4e80ab9d48a8a045b352da97cf23d.tar.xz linux-ba3fae06c7a4e80ab9d48a8a045b352da97cf23d.zip |
ARM/clk: move the ICST library to drivers/clk
This moves the ICST clock divider helper library from
arch/arm/common to drivers/clk/versatile so it is maintained
with the other clock drivers.
We keep the structure as a helper library intact and do not
fuse it with the clk-icst.c Versatile ICST clock driver: there
may be other users out there that need to use this library for
their clocking, and then it will be helpful to keep the
library contained. (The icst.[c|h] files could just be moved
to drivers/clk/lib or a similar location to share the library.)
Acked-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/clk/versatile/clk-icst.c')
-rw-r--r-- | drivers/clk/versatile/clk-icst.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/versatile/clk-icst.c b/drivers/clk/versatile/clk-icst.c index 4faa94440779..09fbe66f1f11 100644 --- a/drivers/clk/versatile/clk-icst.c +++ b/drivers/clk/versatile/clk-icst.c @@ -22,6 +22,7 @@ #include <linux/regmap.h> #include <linux/mfd/syscon.h> +#include "icst.h" #include "clk-icst.h" /* Magic unlocking token used on all Versatile boards */ |