aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorSascha Hauer <[email protected]>2015-03-31 20:16:52 +0200
committerStephen Boyd <[email protected]>2015-05-05 22:50:03 -0700
commit2893c379461a208b3059f55dfe4dafa06b4aa46a (patch)
tree8df8cc5a29369089757c971fcfe94f044f6674b8 /tools/perf/scripts/python/export-to-postgresql.py
parent396e339a77d58d1f2679bef95025e250f6578cd0 (diff)
clk: make strings in parent name arrays const
The clk functions and structs declare the parent_name arrays as 'const char **parent_names' which means the parent name strings are const, but the array itself is not. Use 'const char * const * parent_names' instead which also makes the array const. This allows us to put the parent_name arrays into the __initconst section. Signed-off-by: Sascha Hauer <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Tested-by: Krzysztof Kozlowski <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> [[email protected]: Squelch 80-character checkpatch warnings] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions