diff options
author | Eric Miao <eric.miao@marvell.com> | 2009-01-02 03:26:33 -0500 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2009-03-09 09:22:36 -0400 |
commit | fef1f99a0c2928893c074bf3eff27efd36a4532a (patch) | |
tree | 9827b349bd741a483fb40eed10a6f382a8b09eb3 /arch/arm/mach-pxa/pxa3xx.c | |
parent | 51c62982a33d9086fd8876293411d28a5f97247a (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/pxa3xx.c')
-rw-r--r-- | arch/arm/mach-pxa/pxa3xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/pxa3xx.c b/arch/arm/mach-pxa/pxa3xx.c index 490893824e78..e626b79cbee4 100644 --- a/arch/arm/mach-pxa/pxa3xx.c +++ b/arch/arm/mach-pxa/pxa3xx.c | |||
@@ -594,7 +594,7 @@ static int __init pxa3xx_init(void) | |||
594 | 594 | ||
595 | clks_register(pxa3xx_clkregs, ARRAY_SIZE(pxa3xx_clkregs)); | 595 | clks_register(pxa3xx_clkregs, ARRAY_SIZE(pxa3xx_clkregs)); |
596 | 596 | ||
597 | if ((ret = pxa_init_dma(32))) | 597 | if ((ret = pxa_init_dma(IRQ_DMA, 32))) |
598 | return ret; | 598 | return ret; |
599 | 599 | ||
600 | pxa3xx_init_pm(); | 600 | pxa3xx_init_pm(); |