ARM: S5PV210: register the second instance of pl330 DMAC
[pandora-kernel.git] / arch / arm / mach-s5pv210 / dma.c
index f79d0b0..86b749c 100644 (file)
@@ -254,6 +254,7 @@ struct amba_device s5pv210_device_pdma1 = {
 static int __init s5pv210_dma_init(void)
 {
        amba_device_register(&s5pv210_device_pdma0, &iomem_resource);
+       amba_device_register(&s5pv210_device_pdma1, &iomem_resource);
 
        return 0;
 }