diff options
| -rw-r--r-- | arch/arm/mach-ux500/devices-db8500.c | 1 | ||||
| -rw-r--r-- | arch/arm/plat-nomadik/include/plat/ste_dma40.h | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c index 2f84fe607afb..d9ceddc22fc2 100644 --- a/arch/arm/mach-ux500/devices-db8500.c +++ b/arch/arm/mach-ux500/devices-db8500.c | |||
| @@ -147,7 +147,6 @@ struct stedma40_chan_cfg dma40_memcpy_conf_phy = { | |||
| 147 | }; | 147 | }; |
| 148 | /* Default configuration for logical memcpy */ | 148 | /* Default configuration for logical memcpy */ |
| 149 | struct stedma40_chan_cfg dma40_memcpy_conf_log = { | 149 | struct stedma40_chan_cfg dma40_memcpy_conf_log = { |
| 150 | .channel_type = STEDMA40_NO_TIM_FOR_LINK, | ||
| 151 | .dir = STEDMA40_MEM_TO_MEM, | 150 | .dir = STEDMA40_MEM_TO_MEM, |
| 152 | 151 | ||
| 153 | .src_info.endianess = STEDMA40_LITTLE_ENDIAN, | 152 | .src_info.endianess = STEDMA40_LITTLE_ENDIAN, |
diff --git a/arch/arm/plat-nomadik/include/plat/ste_dma40.h b/arch/arm/plat-nomadik/include/plat/ste_dma40.h index eb7242390ae5..d57f37e1b7b3 100644 --- a/arch/arm/plat-nomadik/include/plat/ste_dma40.h +++ b/arch/arm/plat-nomadik/include/plat/ste_dma40.h | |||
| @@ -38,11 +38,6 @@ enum stedma40_mode_opt { | |||
| 38 | STEDMA40_LCHAN_SRC_LOG_DST_PHY, | 38 | STEDMA40_LCHAN_SRC_LOG_DST_PHY, |
| 39 | }; | 39 | }; |
| 40 | 40 | ||
| 41 | /* Interrupt */ | ||
| 42 | #define STEDMA40_INFO_TIM_POS 10 | ||
| 43 | #define STEDMA40_NO_TIM_FOR_LINK (0x0 << STEDMA40_INFO_TIM_POS) | ||
| 44 | #define STEDMA40_TIM_FOR_LINK (0x1 << STEDMA40_INFO_TIM_POS) | ||
| 45 | |||
| 46 | /* End of channel_type configuration */ | 41 | /* End of channel_type configuration */ |
| 47 | 42 | ||
| 48 | #define STEDMA40_ESIZE_8_BIT 0x0 | 43 | #define STEDMA40_ESIZE_8_BIT 0x0 |
