diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:53:03 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:53:03 -0400 |
commit | 1979b186b80449ac6574d97c254b694c8a99b703 (patch) | |
tree | 9befdf33c11c0b0e4ce6720c7c81efeb7005ce7c /drivers/dma/txx9dmac.h | |
parent | 285a3c71640ad7101b7237b8fbaa4ead22c6551c (diff) |
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.h | 1 |
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 { | |||
231 | 231 | ||
232 | /* THEN values for driver housekeeping */ | 232 | /* THEN values for driver housekeeping */ |
233 | struct list_head desc_node ____cacheline_aligned; | 233 | struct list_head desc_node ____cacheline_aligned; |
234 | struct list_head tx_list; | ||
234 | struct dma_async_tx_descriptor txd; | 235 | struct dma_async_tx_descriptor txd; |
235 | size_t len; | 236 | size_t len; |
236 | }; | 237 | }; |