summaryrefslogtreecommitdiffstats
path: root/drivers/dma/at_hdmac_regs.h
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2009-09-23 10:31:11 +0200
committerNeilBrown <neilb@suse.de>2009-09-23 10:31:11 +0200
commit4b3df5668c8ebaebd8d66a5a94374be3e3b2ef0c (patch)
tree51a231742e211143f5845edf4b09d1712dcd2771 /drivers/dma/at_hdmac_regs.h
parentmd: raid-1/10: fix RW bits manipulation (diff)
parentasync_tx/raid6: add missing dma_unmap calls to the async fail case (diff)
downloadlinux-4b3df5668c8ebaebd8d66a5a94374be3e3b2ef0c.tar.xz
linux-4b3df5668c8ebaebd8d66a5a94374be3e3b2ef0c.zip
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus
Diffstat (limited to 'drivers/dma/at_hdmac_regs.h')
-rw-r--r--drivers/dma/at_hdmac_regs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/at_hdmac_regs.h b/drivers/dma/at_hdmac_regs.h
index 4c972afc49ec..495457e3dc4b 100644
--- a/drivers/dma/at_hdmac_regs.h
+++ b/drivers/dma/at_hdmac_regs.h
@@ -165,6 +165,7 @@ struct at_desc {
struct at_lli lli;
/* THEN values for driver housekeeping */
+ struct list_head tx_list;
struct dma_async_tx_descriptor txd;
struct list_head desc_node;
size_t len;