|
@@ -162,7 +162,7 @@ static struct s3c24xx_dma_selection __initdata s3c2443_dma_sel = {
|
|
.map_size = ARRAY_SIZE(s3c2443_dma_mappings),
|
|
.map_size = ARRAY_SIZE(s3c2443_dma_mappings),
|
|
};
|
|
};
|
|
|
|
|
|
-static int s3c2443_dma_add(struct sys_device *sysdev)
|
|
|
|
|
|
+static int __init s3c2443_dma_add(struct sys_device *sysdev)
|
|
{
|
|
{
|
|
s3c24xx_dma_init(6, IRQ_S3C2443_DMA0, 0x100);
|
|
s3c24xx_dma_init(6, IRQ_S3C2443_DMA0, 0x100);
|
|
return s3c24xx_dma_init_map(&s3c2443_dma_sel);
|
|
return s3c24xx_dma_init_map(&s3c2443_dma_sel);
|