diff options
| author | Wei Yongjun <[email protected]> | 2020-08-18 19:22:17 +0800 |
|---|---|---|
| committer | Vinod Koul <[email protected]> | 2020-08-19 09:54:38 +0530 |
| commit | 144ceb27d737b853113ea4aa7d7c9b3dfe98be0b (patch) | |
| tree | 0c620431fd780f981af67014fa37c85068dad930 /tools/perf/scripts/python | |
| parent | e8ee6c8cb61b676f1a2d6b942329e98224bd8ee9 (diff) | |
dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' static
The sparse tool complains as follows:
drivers/dma/xilinx/xilinx_dpdma.c:349:37: warning:
symbol 'dpdma_debugfs_reqs' was not declared. Should it be static?
This variable is not used outside of xilinx_dpdma.c, so this commit
marks it static.
Fixes: 1d220435cab3 ("dmaengine: xilinx: dpdma: Add debugfs support")
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Reviewed-by: Hyun Kwon <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions