]> git.baikalelectronics.ru Git - kernel.git/commit
clk: fixed-rate: Remove export symbol on setup function
authorStephen Boyd <sboyd@codeaurora.org>
Sat, 13 Aug 2016 01:50:23 +0000 (18:50 -0700)
committerStephen Boyd <sboyd@codeaurora.org>
Mon, 15 Aug 2016 22:08:06 +0000 (15:08 -0700)
commit662119d5dcd2b242ee345925f67cdf01acda41fc
treed08eaea27c88afa641d6ac05fd9f44f9e3df800b
parent9677794fb751e2768b0cc36fe519c8d561d447b0
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
1a1dbdb68f6a (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>
drivers/clk/clk-fixed-rate.c