commit | b62c190f80342f76e3d1e9ebbe16f580a21cc64b | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 07 14:54:08 2016 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Jun 20 17:45:13 2016 -0700 |
tree | e09ae88149edb20bf7138cec6a3f28e08108e1f1 | |
parent | c895db85f7d8d3a5a5ba38a79592c0962a72c41b [diff] |
clk: hi6220: fix missing clk.h include Fix the warning from missing "clk.h" include which defines hi6220_register_clkdiv() function. drivers/clk/hisilicon/clkdivider-hi6220.c:102:12: warning: symbol 'hi6220_register_clkdiv' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>