commit | b05c683637fd538686030ec46c6717439d5571ab | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@gmail.com> | Tue Sep 03 09:43:51 2013 +0200 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Sep 03 13:41:29 2013 -0700 |
tree | 5b9631d8c33363035b4e91077c275ef8cf35405a | |
parent | 903efc553f738030a4ffa23fa03e7f329655c1c2 [diff] |
clk: Move symbol export to proper location The __clk_get_flags() symbol is exported immediately following the clk_unprepare_unused_subtree() function. This is unusual, since a symbol export typically follows body of the function that it exports. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>