diff options
author | 2022-06-23 10:32:17 +0200 | |
---|---|---|
committer | 2022-07-05 09:20:34 +0200 | |
commit | 0e704f6c42dc64f081d0b1738d06b2dee9524f27 (patch) | |
tree | 9b9b8385a6a54be514e494ec0dd68521d662e20b /net/lapb/lapb_timer.c | |
parent | clk: renesas: r9a07g043: Add support for RZ/Five SoC (diff) | |
download | linux-dev-0e704f6c42dc64f081d0b1738d06b2dee9524f27.tar.xz linux-dev-0e704f6c42dc64f081d0b1738d06b2dee9524f27.zip |
clk: renesas: rcar-gen4: Fix initconst confusion for cpg_pll_config
A variable pointing to const isn't const itself. It'd have to contain
"const" keyword after "*" too. Therefore, cpg_pll_config cannot be put
to "rodata". Hence use __initdata instead of __initconst to fix this.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
[js] more explanatory commit message.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20220623083217.26433-2-jslaby@suse.cz
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions