linux-stable/drivers/dma/ptdma
Vinod Koul e235fe3bcf dmaengine: ptdma: statify pt_tx_status
LKP bot reports a new warning:
Warning:
drivers/dma/ptdma/ptdma-dmaengine.c:262:1: warning: no previous prototype for 'pt_tx_status' [-Wmissing-prototypes]

pt_tx_status() should be static, so declare as such.

Reported-by: kernel test robot <lkp@intel.com>
Fixes: d965068259 ("dmaengine: PTDMA: support polled mode")
Link: https://lore.kernel.org/r/20220421052407.745637-1-vkoul@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2022-04-22 11:29:13 +05:30
..
Kconfig
Makefile dmaengine: ptdma: Add debugfs entries for PTDMA 2021-08-29 19:14:20 +05:30
ptdma-debugfs.c dmaengine: ptdma: Add debugfs entries for PTDMA 2021-08-29 19:14:20 +05:30
ptdma-dev.c dmaengine: PTDMA: support polled mode 2022-04-20 16:38:19 +05:30
ptdma-dmaengine.c dmaengine: ptdma: statify pt_tx_status 2022-04-22 11:29:13 +05:30
ptdma-pci.c
ptdma.h dmaengine: PTDMA: support polled mode 2022-04-20 16:38:19 +05:30