From: Sebastian Andrzej Siewior Date: Tue, 13 Aug 2013 17:38:23 +0000 (+0200) Subject: usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdef X-Git-Tag: v3.12-rc1~186^2~77^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc525751457e93783b1c85a0612735a598c8497f;p=pandora-kernel.git usb: musb: Use is_cppi_enabled() and tusb_dma_omap() instead of the ifdef This patch makes use of the two function is_cppi_enabled() and tusb_dma_omap() instead of the ifdef for the proper DMA implementation setup code. It basically shifts the code right by one indention level and adds a few line breaks once the chars are crossed. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed