diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2012-05-10 06:17:39 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@linux.intel.com> | 2012-05-14 23:17:17 -0400 |
commit | b89a9cb4027a498de7dad12a68b06ae1b254042c (patch) | |
tree | 292cbb45613f77904c8a0b1a141a99dbda93b72b | |
parent | 454caf1bef18698d62f3b6d99df0344cb10de841 (diff) |
dmaengine: at_hdmac: remove some at_dma_slave comments
These comments were covering removed struct at_dma_slave fields.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
-rw-r--r-- | arch/arm/mach-at91/include/mach/at_hdmac.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-at91/include/mach/at_hdmac.h b/arch/arm/mach-at91/include/mach/at_hdmac.h index fff48d1a0f4e..810a13e86245 100644 --- a/arch/arm/mach-at91/include/mach/at_hdmac.h +++ b/arch/arm/mach-at91/include/mach/at_hdmac.h | |||
@@ -26,11 +26,6 @@ struct at_dma_platform_data { | |||
26 | /** | 26 | /** |
27 | * struct at_dma_slave - Controller-specific information about a slave | 27 | * struct at_dma_slave - Controller-specific information about a slave |
28 | * @dma_dev: required DMA master device | 28 | * @dma_dev: required DMA master device |
29 | * @tx_reg: physical address of data register used for | ||
30 | * memory-to-peripheral transfers | ||
31 | * @rx_reg: physical address of data register used for | ||
32 | * peripheral-to-memory transfers | ||
33 | * @reg_width: peripheral register width | ||
34 | * @cfg: Platform-specific initializer for the CFG register | 29 | * @cfg: Platform-specific initializer for the CFG register |
35 | * @ctrla: Platform-specific initializer for the CTRLA register | 30 | * @ctrla: Platform-specific initializer for the CTRLA register |
36 | */ | 31 | */ |