diff options
author | Martin Kaiser <martin@kaiser.cx> | 2017-01-25 22:42:25 +0100 |
---|---|---|
committer | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2017-01-27 13:30:00 +0100 |
commit | 02c952c8f95fd0adf1835704db95215f57cfc8e6 (patch) | |
tree | 035009e0d41cbde963d3340c557632c96f993441 /drivers/clk/mxs | |
parent | clk: samsung: Add enable/disable support for PLL35XX clocks (diff) | |
download | linux-02c952c8f95fd0adf1835704db95215f57cfc8e6.tar.xz linux-02c952c8f95fd0adf1835704db95215f57cfc8e6.zip |
clk: samsung: mark s3c...._clk_sleep_init() as __init
These functions are referencing s3c...._clk_regs[], which are marked as
__initdata. When compiling with CONFIG_DEBUG_SECTION_MISMATCH=y, this
produces warnings like
WARNING: vmlinux.o(.text+0x198350):
Section mismatch in reference from the function s3c2410_clk_sleep_init()
to the (unknown reference) .init.data:(unknown)
Mark the s3c...._clk_sleep_init() functions as __init in
order to fix this.
Fixes: ca2e90ac1809 ("clk: samsung: add clock controller driver for s3c2412")
Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Diffstat (limited to 'drivers/clk/mxs')
0 files changed, 0 insertions, 0 deletions