]> git.baikalelectronics.ru Git - kernel.git/commit
spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Tue, 17 Apr 2018 14:20:00 +0000 (17:20 +0300)
committerMark Brown <broonie@kernel.org>
Tue, 17 Apr 2018 16:11:21 +0000 (17:11 +0100)
commit1345c24abfdffc6da8c70b8b58ea0590475e18ca
tree82df9171383286eb4771b8f31d0ecd24d530ae13
parent49bd406e6fe6f1e60e08c118070d6657e4d8bb69
spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare()

Current DMA engine implementation of pxa2xx_spi_dma_prepare() don't use
the dma_burst argument. Remove it since it became unused after
commit bd5179521023 ("spi: spi-pxa2xx: remove legacy PXA DMA bits").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx-dma.c
drivers/spi/spi-pxa2xx.c
drivers/spi/spi-pxa2xx.h