commit | 4dff95dc9477a34de77d24c59dcf1dc593687fcf | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Thu Apr 30 14:43:22 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu Apr 30 16:28:39 2015 -0700 |
tree | 0a8bdf1a5ccdc423796e9976c56370956b9edb99 | |
parent | 1f3e1983429d31ceada9a09197d79445c92a2901 [diff] |
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>