From: Mark Brown Date: Wed, 29 Oct 2014 12:27:32 +0000 (+0000) Subject: mtd: dataflash: Remove use of tx_dma X-Git-Tag: omap-for-v3.19/fixes-rc1~56^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a95db03040e8b11de21f367e2f1a3457c7a37b4;p=pandora-kernel.git mtd: dataflash: Remove use of tx_dma We are trying to remove the legacy tx_dma and rx_dma fields from the spi_transfer structure. Currently dataflash uses tx_dma but only to make sure that it's set to 0 so we can remove this use by replacing with a zero initialisation of the entire spi_transfer struct. Signed-off-by: Mark Brown Signed-off-by: Brian Norris --- Reading git-diff-tree failed