diff options
author | Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> | 2020-06-24 02:03:23 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-23 20:55:44 -0700 |
commit | f35d2117e28dc381613aa3ebf3755bf9dc4080a1 (patch) | |
tree | e68d8c00936468d49b214e9a435b57fd4bc0d1bc /Makefile | |
parent | 5fff701c838e0e9afeac942d2fe20879d2b260aa (diff) | |
download | linux-f35d2117e28dc381613aa3ebf3755bf9dc4080a1.tar.gz linux-f35d2117e28dc381613aa3ebf3755bf9dc4080a1.tar.bz2 linux-f35d2117e28dc381613aa3ebf3755bf9dc4080a1.zip |
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 <rahul.lakkireddy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions