aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/txx9dmac.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2009-09-08 17:53:03 -0700
committerDan Williams <dan.j.williams@intel.com>2009-09-08 17:53:03 -0700
commit1979b186b80449ac6574d97c254b694c8a99b703 (patch)
tree9befdf33c11c0b0e4ce6720c7c81efeb7005ce7c /drivers/dma/txx9dmac.h
parentat_hdmac: implement a private tx_list (diff)
downloadlinux-dev-1979b186b80449ac6574d97c254b694c8a99b703.tar.xz
linux-dev-1979b186b80449ac6574d97c254b694c8a99b703.zip
txx9dmac: implement a private tx_list
Drop txx9dmac's use of tx_list from struct dma_async_tx_descriptor in preparation for removal of this field. Cc: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/txx9dmac.h')
-rw-r--r--drivers/dma/txx9dmac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/txx9dmac.h b/drivers/dma/txx9dmac.h
index c907ff01d276..365d42366b9f 100644
--- a/drivers/dma/txx9dmac.h
+++ b/drivers/dma/txx9dmac.h
@@ -231,6 +231,7 @@ struct txx9dmac_desc {
/* THEN values for driver housekeeping */
struct list_head desc_node ____cacheline_aligned;
+ struct list_head tx_list;
struct dma_async_tx_descriptor txd;
size_t len;
};