diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-05-20 12:01:41 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-05-20 12:01:41 -0400 |
commit | a496bda66201e855f6b5d5d701d8bd65b9178700 (patch) | |
tree | 04f7d2a215a35a577dc2cfa984aa25921dfe685a /arch/arm/plat-samsung/include | |
parent | e8de5a1fa9101a6aa22b2cbdde058979664b2474 (diff) |
ARM: S3C24XX: remove obsolete s3c2412 specific dma settings
The s3c2412 dma init contained code to handle dma-direction specific
settings. As now all s3c2412-dma-channels are direction-independent this
is not needed anymore.
As the s3c2412 also was the only user of this, it can go away completely.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/include')
-rw-r--r-- | arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h b/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h index d01576318b2c..bd3a6db14cbb 100644 --- a/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h +++ b/arch/arm/plat-samsung/include/plat/dma-s3c24xx.h | |||
@@ -28,7 +28,6 @@ struct s3c24xx_dma_map { | |||
28 | const char *name; | 28 | const char *name; |
29 | 29 | ||
30 | unsigned long channels[S3C_DMA_CHANNELS]; | 30 | unsigned long channels[S3C_DMA_CHANNELS]; |
31 | unsigned long channels_rx[S3C_DMA_CHANNELS]; | ||
32 | }; | 31 | }; |
33 | 32 | ||
34 | struct s3c24xx_dma_selection { | 33 | struct s3c24xx_dma_selection { |
@@ -38,10 +37,6 @@ struct s3c24xx_dma_selection { | |||
38 | 37 | ||
39 | void (*select)(struct s3c2410_dma_chan *chan, | 38 | void (*select)(struct s3c2410_dma_chan *chan, |
40 | struct s3c24xx_dma_map *map); | 39 | struct s3c24xx_dma_map *map); |
41 | |||
42 | void (*direction)(struct s3c2410_dma_chan *chan, | ||
43 | struct s3c24xx_dma_map *map, | ||
44 | enum dma_data_direction dir); | ||
45 | }; | 40 | }; |
46 | 41 | ||
47 | extern int s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel); | 42 | extern int s3c24xx_dma_init_map(struct s3c24xx_dma_selection *sel); |