]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: at91: move slow clock controller clocks to sckc.c
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Tue, 20 Sep 2016 20:58:29 +0000 (22:58 +0200)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 21 Sep 2016 00:02:38 +0000 (17:02 -0700)
commitec187ef0ce9880d9dc360261807c434e77783ac8
treedfd10435af1b027a58395d59afdad9d113d883ff
parentd8846023aed1293e54d33499558fc2aa2b2f393f
clk: at91: move slow clock controller clocks to sckc.c

Move all clocks related to the slow clock controller to sckc.c. This avoids
extern definitions and allows to remove sckc.h

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
[sboyd@codeaurora.org: Mark some functions static]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/at91/clk-slow.c
drivers/clk/at91/sckc.c
drivers/clk/at91/sckc.h [deleted file]