Thread (8 messages) 8 messages, 5 authors, 2017-01-27

[PATCH] clk: samsung: mark s3c...._clk_sleep_init() as __init

From: krzk@kernel.org (Krzysztof Kozlowski)
Date: 2017-01-25 08:30:36
Also in: linux-clk, linux-samsung-soc, lkml

On Tue, Jan 24, 2017 at 11:33 PM, Martin Kaiser [off-list ref] wrote:
These functions are called only by other __init functions.
Compiling for s3c2410 with CONFIG_DEBUG_SECTION_MISMATCH=y,
I get 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)
The code looks okay but the description is not accurate. First, indeed
the functions are referenced only from other __init. However the real
problem is - pointed by section mismatch - that non-init functions are
referencing __initdata. Exactly this is mentioned in the error above.
Please, refactor the commit message to reflect the real problem.

Best regards,
Krzysztof
Marking the s3c...._clk_sleep() functions as __init fixes this.

Signed-off-by: Martin Kaiser <redacted>
---
 drivers/clk/samsung/clk-s3c2410.c | 4 ++--
 drivers/clk/samsung/clk-s3c2412.c | 4 ++--
 drivers/clk/samsung/clk-s3c2443.c | 4 ++--
 drivers/clk/samsung/clk-s3c64xx.c | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help