]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
dmaengine: xilinx: dpdma: Make symbol 'dpdma_debugfs_reqs' static
authorWei Yongjun <weiyongjun1@huawei.com>
Tue, 18 Aug 2020 11:22:17 +0000 (19:22 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 19 Aug 2020 04:24:38 +0000 (09:54 +0530)
commit144ceb27d737b853113ea4aa7d7c9b3dfe98be0b
tree0c620431fd780f981af67014fa37c85068dad930
parente8ee6c8cb61b676f1a2d6b942329e98224bd8ee9
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 <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Hyun Kwon <hyun.kwon@xilinx.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Link: https://lore.kernel.org/r/20200818112217.43816-1-weiyongjun1@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/xilinx/xilinx_dpdma.c