From 1279e578d823221f114a22d982075b949cb868be Mon Sep 17 00:00:00 2001 From: Heiko Stuebner Date: Thu, 18 Aug 2011 20:16:56 +0900 Subject: [PATCH] --- yaml --- r: 272559 b: refs/heads/master c: 81b69636f50880dce502d62d9aaade15399557c5 h: refs/heads/master i: 272557: 6c7e736c1f51055c7cb3ee0d447bb74bd43cb975 272555: 93cec7f4330f435e14a7cf64e1ba06428634b9f9 272551: c58fd4df4e415d49c62c4c8ccd88403805dc2e93 272543: ab20efac1d48622e465cf3d9e0fc8f79f10927d2 v: v3 --- [refs] | 2 +- trunk/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 17e263821296..794f4f92574c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ead841c2ed986f7cc6a4830e816b0f633f95cf7f +refs/heads/master: 81b69636f50880dce502d62d9aaade15399557c5 diff --git a/trunk/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h b/trunk/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h index 336d5ac02035..ab9bce637cbd 100644 --- a/trunk/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h +++ b/trunk/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h @@ -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_addr { - unsigned long from; - unsigned long to; -}; - /* 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; - struct s3c24xx_dma_addr hw_addr; unsigned long channels[S3C_DMA_CHANNELS]; unsigned long channels_rx[S3C_DMA_CHANNELS];