diff options
author | Andi Kleen <ak@linux.intel.com> | 2022-09-20 07:58:38 +0200 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2022-09-29 03:35:45 +0200 |
commit | fe9d25b46bc744d73491fb68f1c322910dc70437 (patch) | |
tree | 5934f539ae9985ea44b9c194e2065865b82dbb73 /security/Kconfig | |
parent | clk: clk-npcm7xx: Remove unused struct npcm7xx_clk_gate_data and npcm7xx_clk_... (diff) | |
download | linux-fe9d25b46bc744d73491fb68f1c322910dc70437.tar.xz linux-fe9d25b46bc744d73491fb68f1c322910dc70437.zip |
clk: pistachio: Fix initconst confusion
A variable pointing to const isn't const itself. It has to contain
"const" keyword after "*" too. So to keep it in __initconst (and not
mark properly as __initdata), add the "const" keyword exactly there.
Note we need to update struct pistachio_mux too. On the other hand, the
clk core already counts with "const char *const" already.
[js] more explanatory commit message.
Cc: Michael Turquette <mturquette@baylibre.com>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-clk@vger.kernel.org
Cc: Martin Liska <mliska@suse.cz>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20220920055838.22637-1-jslaby@suse.cz
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'security/Kconfig')
0 files changed, 0 insertions, 0 deletions