Skip to content

Commit

Permalink
ARM: S3C24XX: Remove s3c24xx_dma_addr definition
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Stuebner authored and Kukjin Kim committed Sep 16, 2011
1 parent ead841c commit 81b6963
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/arm/plat-samsung/include/plat/dma-s3c24xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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];
Expand Down

0 comments on commit 81b6963

Please sign in to comment.