summaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2016-11-10 16:17:52 +0100
committerVinod Koul <vinod.koul@intel.com>2016-11-17 15:51:29 +0530
commitc41668ad5de939855636650d39e961893dc5d6fc (patch)
tree95360a09fb79172d226d4c3717f7a5de544fe770 /include/linux/platform_data
parent6f8dc9d481759b428a8cb6a17b83821451415ba9 (diff)
downloadlinux-0-day-c41668ad5de939855636650d39e961893dc5d6fc.tar.gz
linux-0-day-c41668ad5de939855636650d39e961893dc5d6fc.tar.xz
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/linux/platform_data')
-rw-r--r--include/linux/platform_data/spi-s3c64xx.h3
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 5c1e21c872708..da79774078a77 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;
};
/**