]> git.proxmox.com Git - mirror_ubuntu-jammy-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)
commit68f35add4ba4c850a33878633e10c02d7ba32d84
tree8812765a75ae324d8576ea2693624fc9cd91f547
parentf40566f220a1a7ab3ac4de8d594a4a038bace156
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