diff options
author | Andi Kleen <[email protected]> | 2022-09-20 07:58:38 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2022-09-28 18:35:45 -0700 |
commit | fe9d25b46bc744d73491fb68f1c322910dc70437 (patch) | |
tree | 5934f539ae9985ea44b9c194e2065865b82dbb73 /tools/perf/scripts/python/syscall-counts.py | |
parent | 13b0452ddaa3f7d840ee16fc92aa433392a56685 (diff) |
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 <[email protected]>
Cc: Stephen Boyd <[email protected]>
Cc: [email protected]
Cc: Martin Liska <[email protected]>
Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Jiri Slaby <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions