spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callback
authorMarc Kleine-Budde <mkl@pengutronix.de>
Fri, 21 Oct 2022 13:10:51 +0000 (15:10 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 21 Oct 2022 14:18:52 +0000 (15:18 +0100)
commit0a7693a0da649e7ab7d07a5373fbda21231e67b2
tree9d554f18ef8165816c5757dc245f56f014406a92
parentaea672d054a21782ed8450c75febb6ba3c208ca4
spi: spi-imx: remove unused struct spi_imx_devtype_data::disable_dma callback

In commit 7a908832ace7 ("spi: imx: add fallback feature") the last
user of the struct spi_imx_devtype_data::disable_dma callback was
removed. However the disable_dma member of struct spi_imx_devtype_data
and the callback itself was not removed.

Remove struct spi_imx_devtype_data::disable_dma and mx51_disable_dma()
as they are unused.

Cc: Robin Gong <yibin.gong@nxp.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Link: https://lore.kernel.org/r/20221021131051.1777984-1-mkl@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-imx.c