From: Bo Shen Date: Wed, 19 Feb 2014 02:07:44 +0000 (+0800) Subject: usb: gadget: at91: using USBA_NR_DMAS for DMA channels X-Git-Tag: v3.15-rc1~137^2~25^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fcba0d87bfb5f880d34868090e05571dca80f78;p=pandora-kernel.git usb: gadget: at91: using USBA_NR_DMAS for DMA channels The SoCs earlier than sama5d3, they have the same number endpoints and DMA channels. In driver code, they use the same definition USBA_NR_ENDPOINTS for both endpoints and dma channels. However, in sama5d3, it has different number for endpoints and DMA channels. So, define a new macro USBA_NR_DMAs for DMA channels. And the USBA_NR_ENDPOINS is not used anymore, remove it at the same time. Acked-by: Nicolas Ferre Signed-off-by: Bo Shen Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed