diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/dw_dmac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/dw_dmac.h b/include/linux/dw_dmac.h index 41766de66e33..481ab2345d6b 100644 --- a/include/linux/dw_dmac.h +++ b/include/linux/dw_dmac.h | |||
| @@ -27,7 +27,6 @@ | |||
| 27 | */ | 27 | */ |
| 28 | struct dw_dma_slave { | 28 | struct dw_dma_slave { |
| 29 | struct device *dma_dev; | 29 | struct device *dma_dev; |
| 30 | const char *bus_id; | ||
| 31 | u32 cfg_hi; | 30 | u32 cfg_hi; |
| 32 | u32 cfg_lo; | 31 | u32 cfg_lo; |
| 33 | u8 src_master; | 32 | u8 src_master; |
| @@ -60,9 +59,6 @@ struct dw_dma_platform_data { | |||
| 60 | unsigned short block_size; | 59 | unsigned short block_size; |
| 61 | unsigned char nr_masters; | 60 | unsigned char nr_masters; |
| 62 | unsigned char data_width[4]; | 61 | unsigned char data_width[4]; |
| 63 | |||
| 64 | struct dw_dma_slave *sd; | ||
| 65 | unsigned int sd_count; | ||
| 66 | }; | 62 | }; |
| 67 | 63 | ||
| 68 | /* bursts size */ | 64 | /* bursts size */ |
| @@ -114,6 +110,5 @@ void dw_dma_cyclic_stop(struct dma_chan *chan); | |||
| 114 | dma_addr_t dw_dma_get_src_addr(struct dma_chan *chan); | 110 | dma_addr_t dw_dma_get_src_addr(struct dma_chan *chan); |
| 115 | 111 | ||
| 116 | dma_addr_t dw_dma_get_dst_addr(struct dma_chan *chan); | 112 | dma_addr_t dw_dma_get_dst_addr(struct dma_chan *chan); |
| 117 | bool dw_dma_generic_filter(struct dma_chan *chan, void *param); | ||
| 118 | 113 | ||
| 119 | #endif /* DW_DMAC_H */ | 114 | #endif /* DW_DMAC_H */ |
