diff options
Diffstat (limited to 'arch/arm/mach-s3c2443/dma.c')
-rw-r--r-- | arch/arm/mach-s3c2443/dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2443/dma.c b/arch/arm/mach-s3c2443/dma.c index fc3ede82af8f..f6c006d4297b 100644 --- a/arch/arm/mach-s3c2443/dma.c +++ b/arch/arm/mach-s3c2443/dma.c | |||
@@ -162,7 +162,7 @@ static struct s3c24xx_dma_selection __initdata s3c2443_dma_sel = { | |||
162 | .map_size = ARRAY_SIZE(s3c2443_dma_mappings), | 162 | .map_size = ARRAY_SIZE(s3c2443_dma_mappings), |
163 | }; | 163 | }; |
164 | 164 | ||
165 | static int s3c2443_dma_add(struct sys_device *sysdev) | 165 | static int __init s3c2443_dma_add(struct sys_device *sysdev) |
166 | { | 166 | { |
167 | s3c24xx_dma_init(6, IRQ_S3C2443_DMA0, 0x100); | 167 | s3c24xx_dma_init(6, IRQ_S3C2443_DMA0, 0x100); |
168 | return s3c24xx_dma_init_map(&s3c2443_dma_sel); | 168 | return s3c24xx_dma_init_map(&s3c2443_dma_sel); |