diff options
Diffstat (limited to 'arch/arm/plat-nomadik/include/plat/ste_dma40.h')
-rw-r--r-- | arch/arm/plat-nomadik/include/plat/ste_dma40.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-nomadik/include/plat/ste_dma40.h b/arch/arm/plat-nomadik/include/plat/ste_dma40.h index 38b041a40db4..3177bed253df 100644 --- a/arch/arm/plat-nomadik/include/plat/ste_dma40.h +++ b/arch/arm/plat-nomadik/include/plat/ste_dma40.h | |||
@@ -153,6 +153,7 @@ struct stedma40_platform_data { | |||
153 | struct stedma40_chan_cfg *memcpy_conf_phy; | 153 | struct stedma40_chan_cfg *memcpy_conf_phy; |
154 | struct stedma40_chan_cfg *memcpy_conf_log; | 154 | struct stedma40_chan_cfg *memcpy_conf_log; |
155 | int disabled_channels[STEDMA40_MAX_PHYS]; | 155 | int disabled_channels[STEDMA40_MAX_PHYS]; |
156 | bool use_esram_lcla; | ||
156 | }; | 157 | }; |
157 | 158 | ||
158 | #ifdef CONFIG_STE_DMA40 | 159 | #ifdef CONFIG_STE_DMA40 |