commit | c895db85f7d8d3a5a5ba38a79592c0962a72c41b | [log] [tgz] |
---|---|---|
author | Ben Dooks <ben.dooks@codethink.co.uk> | Tue Jun 07 17:32:30 2016 +0100 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Jun 20 17:44:52 2016 -0700 |
tree | 954e416a2b3204b1c719fde7bb872e8e0ad5cdb0 | |
parent | 14755549c7db6e26d04b208047f44538aa325802 [diff] |
clk: iproc: fix missing include of clk-iproc.h Fix the implicit declaration of iproc_armpll_setup() by including clk-iproc.h which defines it. Fixes the warning: drivers/clk/bcm/clk-iproc-armpll.c:242:13: warning: symbol 'iproc_armpll_setup' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Acked-by: Ray Jui <ray.jui@broadcom.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>