Skip to content
Commit e3ee276a authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Stephen Boyd
Browse files

drivers/clk: appropriate __init annotation for const data



Init data marked const should be annotated with __initconst for
correctness and not __initdata.  This also fixes LTO builds that
otherwise fail with section mismatch errors.

Signed-off-by: default avatarNicolas Pitre <nico@linaro.org>
Signed-off-by: default avatarMichael Turquette <mturquette@baylibre.com>
[sboyd@codeaurora.org: Dropped hunks that moved const char *
arrays to const char * const]
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 10897370
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment