clk: Remove forward declared function prototypes
authorStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 21:43:22 +0000 (14:43 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 30 Apr 2015 23:28:39 +0000 (16:28 -0700)
commit4dff95dc9477a34de77d24c59dcf1dc593687fcf
tree0a8bdf1a5ccdc423796e9976c56370956b9edb99
parent1f3e1983429d31ceada9a09197d79445c92a2901
clk: Remove forward declared function prototypes

Move the code around so that we don't need to declare function
prototypes at the start of the file. Simplify
clk_core_is_prepared() and clk_core_is_enabled() too to make the
diff easier to read.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk.c
This page took 0.04289 seconds and 5 git commands to generate.