diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2016-11-10 16:17:52 +0100 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-11-17 11:21:29 +0100 |
commit | c41668ad5de939855636650d39e961893dc5d6fc (patch) | |
tree | 95360a09fb79172d226d4c3717f7a5de544fe770 /include | |
parent | spi: s3c64xx: Do not use platform_data for DMA parameters (diff) | |
download | linux-c41668ad5de939855636650d39e961893dc5d6fc.tar.xz linux-c41668ad5de939855636650d39e961893dc5d6fc.zip |
ARM: s3c64xx: Drop unused DMA fields from struct s3c64xx_spi_csinfo
There is no drivers using those fields so remove them and
the remaining initializations.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Tested-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/platform_data/spi-s3c64xx.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/platform_data/spi-s3c64xx.h b/include/linux/platform_data/spi-s3c64xx.h index 5c1e21c87270..da79774078a7 100644 --- a/include/linux/platform_data/spi-s3c64xx.h +++ b/include/linux/platform_data/spi-s3c64xx.h @@ -40,9 +40,6 @@ struct s3c64xx_spi_info { int num_cs; bool no_cs; int (*cfg_gpio)(void); - dma_filter_fn filter; - void *dma_tx; - void *dma_rx; }; /** |