commit | e3ee276a5a62a1cd06de46aa0c808000d3fef00e | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Tue Jul 28 19:43:20 2015 -0400 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Mon Aug 24 16:59:32 2015 -0700 |
tree | 0b36813b9b0f3dfd99f91d0083e32fe09973529d | |
parent | 10897370345b792c00ccba6aa7ea86ae6bfa2c7a [diff] |
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: Nicolas Pitre <nico@linaro.org> Signed-off-by: Michael Turquette <mturquette@baylibre.com> [sboyd@codeaurora.org: Dropped hunks that moved const char * arrays to const char * const] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>