clk: Move symbol export to proper location
authorThierry Reding <thierry.reding@gmail.com>
Tue, 3 Sep 2013 07:43:51 +0000 (09:43 +0200)
committer黄涛 <huangtao@rock-chips.com>
Wed, 8 Jan 2014 03:05:16 +0000 (11:05 +0800)
commit05ce4e7d0bff01176a33f3a71cbb8cd6cb5465f4
treed5b0cc29101de56ab278f9ce94134763d6268d87
parent025dbbf707aba5dde8a9b9b30bfbb0ed9bd8b87e
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