aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/fsldma.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2009-09-08 17:53:02 -0700
committerDan Williams <dan.j.williams@intel.com>2009-09-08 17:53:02 -0700
commiteda34234578fd822c950fd06b5c5ff7ac08b3001 (patch)
tree860b3c9d347ddd57e6884f9f1e019370de4d45b1 /drivers/dma/fsldma.h
parentdw_dmac: implement a private tx_list (diff)
downloadlinux-dev-eda34234578fd822c950fd06b5c5ff7ac08b3001.tar.xz
linux-dev-eda34234578fd822c950fd06b5c5ff7ac08b3001.zip
fsldma: implement a private tx_list
Drop fsldma's use of tx_list from struct dma_async_tx_descriptor in preparation for removal of this field. Cc: Li Yang <leoli@freescale.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/fsldma.h')
-rw-r--r--drivers/dma/fsldma.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/fsldma.h b/drivers/dma/fsldma.h
index dc7f26865797..4493afed53f0 100644
--- a/drivers/dma/fsldma.h
+++ b/drivers/dma/fsldma.h
@@ -90,6 +90,7 @@ struct fsl_dma_ld_hw {
struct fsl_desc_sw {
struct fsl_dma_ld_hw hw;
struct list_head node;
+ struct list_head tx_list;
struct dma_async_tx_descriptor async_tx;
struct list_head *ld;
void *priv;