linux_dsm_epyc7002/drivers/clk/at91
Stephen Boyd a8a8db4799 clk: at91: Silence warnings and cleanup __init/extern usage
Remove useless ifdefs around function prototypes to silence the
following sparse warnings when the configs aren't enabled.

drivers/clk/at91/clk-h32mx.c:95:13: warning: symbol
'of_sama5d4_clk_h32mx_setup' was not declared. Should it be
static?
drivers/clk/at91/clk-utmi.c:159:13: warning: symbol
'of_at91sam9x5_clk_utmi_setup' was not declared. Should it be
static?

Plus, using __init and extern in function prototypes doesn't do
anything, so just drop it throughout this file.

Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-07-07 17:19:31 -07:00
..
clk-h32mx.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-main.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-master.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-peripheral.c clk: at91: fix PERIPHERAL_MAX_SHIFT definition 2015-06-19 14:43:40 +02:00
clk-pll.c Merge branch 'clk-fixes' into clk-next 2015-07-06 15:54:58 -07:00
clk-plldiv.c clk: at91: add PMC pll clocks 2013-12-02 15:31:22 +01:00
clk-programmable.c clk: at91: Use of_clk_get_parent_count() instead of open coding 2015-06-04 13:51:23 -07:00
clk-slow.c clk: at91: Use of_clk_get_parent_count() instead of open coding 2015-06-04 13:51:23 -07:00
clk-smd.c clk: at91: Use of_clk_get_parent_count() instead of open coding 2015-06-04 13:51:23 -07:00
clk-system.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
clk-usb.c clk: at91: Use of_clk_get_parent_count() instead of open coding 2015-06-04 13:51:23 -07:00
clk-utmi.c clk: at91: do not leak resources 2015-07-02 09:51:50 -07:00
Makefile clk: at91: add a driver for the h32mx clock 2014-09-22 11:38:59 +02:00
pmc.c clk: at91: Constify irq_domain_ops 2015-05-01 18:25:09 -07:00
pmc.h clk: at91: Silence warnings and cleanup __init/extern usage 2015-07-07 17:19:31 -07:00
sckc.c clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00
sckc.h clk: at91: add slow clks driver 2014-05-07 18:27:45 +02:00