aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa27x.c
diff options
context:
space:
mode:
authorEric Miao <eric.miao@marvell.com>2009-01-02 03:26:33 -0500
committerEric Miao <eric.miao@marvell.com>2009-03-09 09:22:36 -0400
commitfef1f99a0c2928893c074bf3eff27efd36a4532a (patch)
tree9827b349bd741a483fb40eed10a6f382a8b09eb3 /arch/arm/mach-pxa/pxa27x.c
parent51c62982a33d9086fd8876293411d28a5f97247a (diff)
[ARM] pxa: allow DMA controller IRQ being specified
Signed-off-by: Eric Miao <eric.miao@marvell.com>
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();