]> asedeno.scripts.mit.edu Git - linux.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)
commit1f99f8938bcd90d1b98d66b4ec6e2585ead488f2
tree82df9171383286eb4771b8f31d0ecd24d530ae13
parentbfbd0ea85dd681fe170e86db31dcb43c1986ce8f
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 6356437e65c2 ("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