dmaengine: tegra-apb: Remove unused variables
authorJon Hunter <jonathanh@nvidia.com>
Thu, 6 Aug 2015 13:32:30 +0000 (14:32 +0100)
committerVinod Koul <vinod.koul@intel.com>
Thu, 20 Aug 2015 06:40:06 +0000 (12:10 +0530)
commitc67886f5b809cfd9dc20f906f38fc0eddc7cba93
tree12b4bdb691c8164103538b8103c405fb18ee8313
parent7dfffb9541bca80bbf8df1869564f9220ee150d2
dmaengine: tegra-apb: Remove unused variables

The callback and callback_param members of the tegra_dma_sg_req structure
are never used. The dma-engine structure, dma_async_tx_descriptor, defines
the same members and these are the ones used by the driver. Therefore,
remove the unused versions from the tegra_dma_sg_req structure.

The half_done member of tegra_dma_channel structure is configured but
never used and so remove it.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/tegra20-apb-dma.c