From: Ezequiel Garcia Date: Wed, 27 Aug 2014 13:52:54 +0000 (-0300) Subject: dma: mv_xor: Remove dead code X-Git-Tag: fixes-against-v3.18-rc2~40^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37380b980e2db2e0dfdb920140c75f3cf2e98a27;p=pandora-kernel.git dma: mv_xor: Remove dead code The driver currently defines the USE_TIMER macro, but the timer-feature is never used in the code. The XOR and CRC32 results are never used. The 'unmap_xxx' fields are no longer needed, they were made obsolete in commit: 54f8d501e842 dmaengine: remove DMA unmap from drivers. Let's remove all this dead code. Signed-off-by: Ezequiel Garcia Signed-off-by: Vinod Koul --- Reading git-diff-tree failed