diff options
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/include/mach/coh901318.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-u300/include/mach/coh901318.h b/arch/arm/mach-u300/include/mach/coh901318.h index b8155b4e5ff..43ec040e765 100644 --- a/arch/arm/mach-u300/include/mach/coh901318.h +++ b/arch/arm/mach-u300/include/mach/coh901318.h | |||
@@ -110,20 +110,6 @@ struct coh901318_platform { | |||
110 | u32 coh901318_get_bytes_left(struct dma_chan *chan); | 110 | u32 coh901318_get_bytes_left(struct dma_chan *chan); |
111 | 111 | ||
112 | /** | 112 | /** |
113 | * coh901318_stop() - Stops dma transfer | ||
114 | * @chan: dma channel handle | ||
115 | * return 0 on success otherwise negative value | ||
116 | */ | ||
117 | void coh901318_stop(struct dma_chan *chan); | ||
118 | |||
119 | /** | ||
120 | * coh901318_continue() - Resumes a stopped dma transfer | ||
121 | * @chan: dma channel handle | ||
122 | * return 0 on success otherwise negative value | ||
123 | */ | ||
124 | void coh901318_continue(struct dma_chan *chan); | ||
125 | |||
126 | /** | ||
127 | * coh901318_filter_id() - DMA channel filter function | 113 | * coh901318_filter_id() - DMA channel filter function |
128 | * @chan: dma channel handle | 114 | * @chan: dma channel handle |
129 | * @chan_id: id of dma channel to be filter out | 115 | * @chan_id: id of dma channel to be filter out |