]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: Move symbol export to proper location
authorThierry Reding <thierry.reding@gmail.com>
Tue, 3 Sep 2013 07:43:51 +0000 (09:43 +0200)
committerMike Turquette <mturquette@linaro.org>
Tue, 3 Sep 2013 20:41:29 +0000 (13:41 -0700)
commitb05c683637fd538686030ec46c6717439d5571ab
tree5b9631d8c33363035b4e91077c275ef8cf35405a
parent903efc553f738030a4ffa23fa03e7f329655c1c2
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>
drivers/clk/clk.c