commit | 2bb5d1b88bb5c8dc929d3a24d5ad327c0281fdbf | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Fri May 01 12:14:24 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Thu May 14 17:11:16 2015 -0700 |
tree | 78d792bff3143df4af87522b24a38d235efa63ae | |
parent | d122db7e86669244759226bfdd2b9d623d5c6ae8 [diff] |
clk: gpio-gate: Don't export __init functions This function is marked as __init, so exposing it to modules doesn't make any sense and it isn't used by modules anyway. drivers/clk/clk-gpio-gate.c:192:13: warning: symbol 'of_gpio_gate_clk_setup' was not declared. Should it be static? Cc: Jyri Sarha <jsarha@ti.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>