aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa27x.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-pxa/pxa27x.c')
-rw-r--r--arch/arm/mach-pxa/pxa27x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index 0807794442ee..c8b469bbcf3b 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -379,7 +379,7 @@ static int __init pxa27x_init(void)
379 379
380 clks_register(pxa27x_clkregs, ARRAY_SIZE(pxa27x_clkregs)); 380 clks_register(pxa27x_clkregs, ARRAY_SIZE(pxa27x_clkregs));
381 381
382 if ((ret = pxa_init_dma(32))) 382 if ((ret = pxa_init_dma(IRQ_DMA, 32)))
383 return ret; 383 return ret;
384 384
385 pxa27x_init_pm(); 385 pxa27x_init_pm();