linux_dsm_epyc7002/drivers/clk/socfpga
Arnd Bergmann 60ea57a433 clk: socfpga: fix __init annotation
clang found a bug with the __socfpga_pll_init definition:

drivers/clk/socfpga/clk-pll-a10.c:77:15: error: '__section__' attribute only applies to functions and
      global variables

This moves the __init annotation to the right place so the function
actually gets discarded.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2016-02-08 14:13:31 -08:00
..
clk-gate-a10.c clk: socfpga: switch to GENMASK() 2015-07-28 11:59:16 -07:00
clk-gate.c clk: socfpga: switch to GENMASK() 2015-07-28 11:59:16 -07:00
clk-periph-a10.c clk: socfpga: switch to GENMASK() 2015-07-28 11:59:16 -07:00
clk-periph.c clk: socfpga: Add a second parent option for the dbg_base_clk 2015-08-24 16:49:03 -07:00
clk-pll-a10.c clk: socfpga: fix __init annotation 2016-02-08 14:13:31 -08:00
clk-pll.c clk: socfpga: Remove clk.h and clkdev.h includes 2015-07-20 11:11:14 -07:00
clk.c clk: socfpga: add a clock driver for the Arria 10 platform 2015-05-21 15:16:04 -07:00
clk.h clk: socfpga: Add a second parent option for the dbg_base_clk 2015-08-24 16:49:03 -07:00
Makefile clk: socfpga: add a clock driver for the Arria 10 platform 2015-05-21 15:16:04 -07:00