diff options
author | Russell King - ARM Linux <linux@arm.linux.org.uk> | 2011-01-03 17:43:35 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-01-04 22:16:13 -0500 |
commit | d7244e9a27a3da27d62aabf560ee828d7991493e (patch) | |
tree | a745ef1a7b87208738f379532d10a8932751abb4 /include | |
parent | 542361f8e385355c68e263eba49d4306739b9220 (diff) |
ARM: PL08x: shrink srcbus/dstbus in txd structure
We only need to store the dma address.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/amba/pl08x.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index f858651027fd..4e9e71860e1c 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
@@ -114,8 +114,8 @@ struct pl08x_txd { | |||
114 | struct dma_async_tx_descriptor tx; | 114 | struct dma_async_tx_descriptor tx; |
115 | struct list_head node; | 115 | struct list_head node; |
116 | enum dma_data_direction direction; | 116 | enum dma_data_direction direction; |
117 | struct pl08x_bus_data srcbus; | 117 | dma_addr_t src_addr; |
118 | struct pl08x_bus_data dstbus; | 118 | dma_addr_t dst_addr; |
119 | size_t len; | 119 | size_t len; |
120 | dma_addr_t llis_bus; | 120 | dma_addr_t llis_bus; |
121 | void *llis_va; | 121 | void *llis_va; |