aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/dma.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pc100/dma.c')
-rw-r--r--arch/arm/mach-s5pc100/dma.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-s5pc100/dma.c b/arch/arm/mach-s5pc100/dma.c
index c841f4d313f2..ac08d7eddee0 100644
--- a/arch/arm/mach-s5pc100/dma.c
+++ b/arch/arm/mach-s5pc100/dma.c
@@ -85,7 +85,7 @@ struct amba_device s5pc100_device_pdma0 = {
85 .end = S5PC100_PA_PDMA0 + SZ_4K, 85 .end = S5PC100_PA_PDMA0 + SZ_4K,
86 .flags = IORESOURCE_MEM, 86 .flags = IORESOURCE_MEM,
87 }, 87 },
88 .irq = {IRQ_PDMA0, NO_IRQ}, 88 .irq = {IRQ_PDMA0},
89 .periphid = 0x00041330, 89 .periphid = 0x00041330,
90}; 90};
91 91
@@ -139,7 +139,7 @@ struct amba_device s5pc100_device_pdma1 = {
139 .end = S5PC100_PA_PDMA1 + SZ_4K, 139 .end = S5PC100_PA_PDMA1 + SZ_4K,
140 .flags = IORESOURCE_MEM, 140 .flags = IORESOURCE_MEM,
141 }, 141 },
142 .irq = {IRQ_PDMA1, NO_IRQ}, 142 .irq = {IRQ_PDMA1},
143 .periphid = 0x00041330, 143 .periphid = 0x00041330,
144}; 144};
145 145