]> git.baikalelectronics.ru Git - kernel.git/commit
clk: at91: make of_sama5d2_clk_generated_setup() static
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 7 Jun 2016 16:38:09 +0000 (17:38 +0100)
committerStephen Boyd <sboyd@codeaurora.org>
Tue, 21 Jun 2016 00:44:33 +0000 (17:44 -0700)
commit7f713a3f4f8743e2062f03dcc37e7e0b3e94ceb7
tree17a54e110f7ddde9e32833ca1f8fac2009dd3c05
parentccd4c2075341f2a8d1f4bb345eae26a108fb111e
clk: at91: make of_sama5d2_clk_generated_setup() static

The of_sama5d2_clk_generated_setup() is not exported outside
of the driver, so make it static to fix the warning about it
being not static:

drivers/clk/at91/clk-generated.c:270:13: warning: symbol 'of_sama5d2_clk_generated_setup' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/at91/clk-generated.c