diff options
author | Rahul Lakkireddy <[email protected]> | 2020-06-24 02:03:23 +0530 |
---|---|---|
committer | David S. Miller <[email protected]> | 2020-06-23 20:55:44 -0700 |
commit | f35d2117e28dc381613aa3ebf3755bf9dc4080a1 (patch) | |
tree | e68d8c00936468d49b214e9a435b57fd4bc0d1bc /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 5fff701c838e0e9afeac942d2fe20879d2b260aa (diff) |
cxgb4: move device dump arrays in header to C file
Move all arrays related to device dump in header file to C file.
Also, move the function that shares the arrays to the same C file.
Fixes following warnings reported by make W=1 in several places:
cudbg_entity.h:513:18: warning: 't6_hma_ireg_array' defined but not
used [-Wunused-const-variable=]
513 | static const u32 t6_hma_ireg_array[][IREG_NUM_ELEM] = {
Fixes: a7975a2f9a79 ("cxgb4: collect register dump")
Fixes: 17b332f48074 ("cxgb4: add support to read serial flash")
Signed-off-by: Rahul Lakkireddy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions