]> git.baikalelectronics.ru Git - kernel.git/commit
dmaengine: ppc4xx: make ppc440spe_adma_chan_list static
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 19 Oct 2020 15:57:55 +0000 (17:57 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 30 Oct 2020 08:40:27 +0000 (14:10 +0530)
commitca6d08cc7fde169e3b4caf004bd7e73cae7f6595
tree8812765a75ae324d8576ea2693624fc9cd91f547
parent84ba46c3461176cc52664bdeb85094509a2c7722
dmaengine: ppc4xx: make ppc440spe_adma_chan_list static

The ppc440spe_adma_chan_list file-scope variable is not used outside of
the unit so it can be made static.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201019155756.21445-1-krzk@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/ppc4xx/adma.c