diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/amba/pl08x.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/amba/pl08x.h b/include/linux/amba/pl08x.h index 3111385b8ca7..072ab28bbb57 100644 --- a/include/linux/amba/pl08x.h +++ b/include/linux/amba/pl08x.h | |||
| @@ -173,7 +173,8 @@ struct pl08x_dma_chan { | |||
| 173 | struct tasklet_struct tasklet; | 173 | struct tasklet_struct tasklet; |
| 174 | char *name; | 174 | char *name; |
| 175 | struct pl08x_channel_data *cd; | 175 | struct pl08x_channel_data *cd; |
| 176 | dma_addr_t runtime_addr; | 176 | dma_addr_t src_addr; |
| 177 | dma_addr_t dst_addr; | ||
| 177 | enum dma_data_direction runtime_direction; | 178 | enum dma_data_direction runtime_direction; |
| 178 | dma_cookie_t lc; | 179 | dma_cookie_t lc; |
| 179 | struct list_head pend_list; | 180 | struct list_head pend_list; |
