mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
144ceb27d7
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:
|
||
---|---|---|
.. | ||
Makefile | ||
xilinx_dma.c | ||
xilinx_dpdma.c | ||
zynqmp_dma.c |