diff options
author | Heiko Stuebner <heiko@sntech.de> | 2011-08-18 20:16:56 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-09-16 15:39:58 +0900 |
commit | 81b69636f50880dce502d62d9aaade15399557c5 (patch) | |
tree | 9416ac8f8b6722386e830ca0809559ef00b2db8b /arch/arm | |
parent | ead841c2ed986f7cc6a4830e816b0f633f95cf7f (diff) | |
download | linux-3.10-81b69636f50880dce502d62d9aaade15399557c5.tar.gz linux-3.10-81b69636f50880dce502d62d9aaade15399557c5.tar.bz2 linux-3.10-81b69636f50880dce502d62d9aaade15399557c5.zip |
ARM: S3C24XX: Remove s3c24xx_dma_addr definition
As all users of s3c24xx_dma_addr are gone now, remove it completely.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h b/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h index 336d5ac0203..ab9bce637cb 100644 --- a/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h +++ b/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]; |