summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRahul Lakkireddy <rahul.lakkireddy@chelsio.com>2020-06-23 23:33:23 +0300
committerDavid S. Miller <davem@davemloft.net>2020-06-24 06:55:44 +0300
commitf35d2117e28dc381613aa3ebf3755bf9dc4080a1 (patch)
treee68d8c00936468d49b214e9a435b57fd4bc0d1bc /include
parent5fff701c838e0e9afeac942d2fe20879d2b260aa (diff)
downloadlinux-f35d2117e28dc381613aa3ebf3755bf9dc4080a1.tar.xz
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 'include')
0 files changed, 0 insertions, 0 deletions