summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2017-05-17 08:13:29 +0300
committerTakashi Iwai <tiwai@suse.de>2017-05-17 08:13:29 +0300
commita96801b504bc44d71c54cc6464c6de1465d79b54 (patch)
tree8b497c330e19c21b67f4b271594c5d0c6b144f26 /include
parent29b59b35480422d2a4acd843f18c3acf30c9eb59 (diff)
parent14bebd01c5f5306c804bcb78d008df3a149dd0b3 (diff)
downloadlinux-a96801b504bc44d71c54cc6464c6de1465d79b54.tar.xz
Merge branch 'topic/avr32-removal' into for-next
Diffstat (limited to 'include')
-rw-r--r--include/linux/dma/dw.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/linux/dma/dw.h b/include/linux/dma/dw.h
index b63b25814d77..e166cac8e870 100644
--- a/include/linux/dma/dw.h
+++ b/include/linux/dma/dw.h
@@ -50,25 +50,4 @@ static inline int dw_dma_probe(struct dw_dma_chip *chip) { return -ENODEV; }
static inline int dw_dma_remove(struct dw_dma_chip *chip) { return 0; }
#endif /* CONFIG_DW_DMAC_CORE */
-/* DMA API extensions */
-struct dw_desc;
-
-struct dw_cyclic_desc {
- struct dw_desc **desc;
- unsigned long periods;
- void (*period_callback)(void *param);
- void *period_callback_param;
-};
-
-struct dw_cyclic_desc *dw_dma_cyclic_prep(struct dma_chan *chan,
- dma_addr_t buf_addr, size_t buf_len, size_t period_len,
- enum dma_transfer_direction direction);
-void dw_dma_cyclic_free(struct dma_chan *chan);
-int dw_dma_cyclic_start(struct dma_chan *chan);
-void dw_dma_cyclic_stop(struct dma_chan *chan);
-
-dma_addr_t dw_dma_get_src_addr(struct dma_chan *chan);
-
-dma_addr_t dw_dma_get_dst_addr(struct dma_chan *chan);
-
#endif /* _DMA_DW_H */