diff options
Diffstat (limited to 'arch/arm/mach-s5pc100/dma.c')
-rw-r--r-- | arch/arm/mach-s5pc100/dma.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/dma.c b/arch/arm/mach-s5pc100/dma.c index ef803e92d35d..065a087f5a8b 100644 --- a/arch/arm/mach-s5pc100/dma.c +++ b/arch/arm/mach-s5pc100/dma.c | |||
@@ -260,6 +260,7 @@ struct amba_device s5pc100_device_pdma1 = { | |||
260 | static int __init s5pc100_dma_init(void) | 260 | static int __init s5pc100_dma_init(void) |
261 | { | 261 | { |
262 | amba_device_register(&s5pc100_device_pdma0, &iomem_resource); | 262 | amba_device_register(&s5pc100_device_pdma0, &iomem_resource); |
263 | amba_device_register(&s5pc100_device_pdma1, &iomem_resource); | ||
263 | 264 | ||
264 | return 0; | 265 | return 0; |
265 | } | 266 | } |