commit | d336e9a71eedb1970b81bc8c042334b70fd4ddf7 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri Aug 12 18:50:23 2016 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Aug 15 15:08:06 2016 -0700 |
tree | d08eaea27c88afa641d6ac05fd9f44f9e3df800b | |
parent | 1caadde436d230bc37b3caaaef850580c25010e6 [diff] |
clk: fixed-rate: Remove export symbol on setup function This function is only called by builtin code, but we always exported it and had marked it as __init before commit e4eda8e0654c (clk: remove exported function from __init section, 2013-01-06) removed that marking. Given that it isn't used by modules, lets unexport it and add back __init. Cc: Denis Efremov <yefremov.denis@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>