commit | 37380b980e2db2e0dfdb920140c75f3cf2e98a27 | [log] [tgz] |
---|---|---|
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | Wed Aug 27 10:52:54 2014 -0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Sep 23 20:17:01 2014 +0530 |
tree | 011d1895d4a2602e26ba75f874b8857bd2a81ac3 | |
parent | ba87d13721b6fe4a2479871dc4f77c5bd8db3c32 [diff] |
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 <ezequiel.garcia@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>