From: Thierry Reding Date: Tue, 3 Sep 2013 07:43:51 +0000 (+0200) Subject: clk: Move symbol export to proper location X-Git-Tag: v3.12-rc1~78^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b05c683637fd538686030ec46c6717439d5571ab;p=pandora-kernel.git 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 Signed-off-by: Mike Turquette --- Reading git-diff-tree failed