Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
[linux.git] / arch / arm / plat-samsung / include / plat / dma-s3c24xx.h
index 19828296a56288c86eca698efa6312f5a6cfbd9e..1c1ed5481253bd6c5c1d1cea89e5622c402485b7 100644 (file)
@@ -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];