X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Farm%2Fmach-pxa%2Fdevices.c;h=fffb697bbf0e3aa85c3eace051a23e3015271a8b;hb=03e1aa1cbb65d8fb214d82a98933362d1c115a4f;hp=913a319c7b005b0d1c5832ed57e2a1185b182543;hpb=27fd38c5226ed0f1712d071880fa8e739eb78650;p=karo-tx-linux.git diff --git a/arch/arm/mach-pxa/devices.c b/arch/arm/mach-pxa/devices.c index 913a319c7b00..fffb697bbf0e 100644 --- a/arch/arm/mach-pxa/devices.c +++ b/arch/arm/mach-pxa/devices.c @@ -1235,5 +1235,6 @@ static struct platform_device pxa2xx_pxa_dma = { void __init pxa2xx_set_dmac_info(int nb_channels, int nb_requestors) { pxa_dma_pdata.dma_channels = nb_channels; + pxa_dma_pdata.nb_requestors = nb_requestors; pxa_register_device(&pxa2xx_pxa_dma, &pxa_dma_pdata); }