aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/platform_data
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/dma-ste-dma40.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/include/linux/platform_data/dma-ste-dma40.h b/include/linux/platform_data/dma-ste-dma40.h
index 288dc2420ee6..54ddca615cb4 100644
--- a/include/linux/platform_data/dma-ste-dma40.h
+++ b/include/linux/platform_data/dma-ste-dma40.h
@@ -77,14 +77,6 @@ enum stedma40_periph_data_width {
77 STEDMA40_DOUBLEWORD_WIDTH = STEDMA40_ESIZE_64_BIT 77 STEDMA40_DOUBLEWORD_WIDTH = STEDMA40_ESIZE_64_BIT
78}; 78};
79 79
80enum stedma40_xfer_dir {
81 STEDMA40_MEM_TO_MEM = 1,
82 STEDMA40_MEM_TO_PERIPH,
83 STEDMA40_PERIPH_TO_MEM,
84 STEDMA40_PERIPH_TO_PERIPH
85};
86
87
88/** 80/**
89 * struct stedma40_half_channel_info - dst/src channel configuration 81 * struct stedma40_half_channel_info - dst/src channel configuration
90 * 82 *
@@ -120,7 +112,7 @@ struct stedma40_half_channel_info {
120 * 112 *
121 */ 113 */
122struct stedma40_chan_cfg { 114struct stedma40_chan_cfg {
123 enum stedma40_xfer_dir dir; 115 enum dma_transfer_direction dir;
124 bool high_priority; 116 bool high_priority;
125 bool realtime; 117 bool realtime;
126 enum stedma40_mode mode; 118 enum stedma40_mode mode;