Remove s3c24xx_dma_addr definition
From: Heiko Stuebner <heiko@...> Date: Wed, 10 Aug 2011 11:40:32 +0200
Commit-Message
As all users of s3c24xx_dma_addr are gone now, remove it completely. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-)
Statistics
- 0 lines added
- 6 lines removed
Changes
--------------- arch/arm/plat-samsung/include/plat/dma-s3c24xx.h ---------------
index 336d5ac..ab9bce6 100644
@@ -18,11 +18,6 @@ extern struct s3c2410_dma_chan s3c2410_chans[S3C_DMA_CHANNELS];
#define DMA_CH_VALID (1<<31)
#define DMA_CH_NEVER (1<<30)
/* struct s3c24xx_dma_map
*
* this holds the mapping information for the channel selected
@@ -31,7 +26,6 @@ struct s3c24xx_dma_addr {
struct s3c24xx_dma_map {
const char *name;
unsigned long channels[S3C_DMA_CHANNELS];
unsigned long channels_rx[S3C_DMA_CHANNELS];