diff options
author | Chen Liangjun <b36089@freescale.com> | 2012-04-06 17:22:34 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:34:20 +0800 |
commit | 9480e697fce469095d76fc9c2ff9f2b8a0cd7031 (patch) | |
tree | 255fc3f4b5eae214ef92ef78898f568550c1295f /include | |
parent | 2a244604fbccb69c42431fe50b790c6b46b4034a (diff) |
ENGR00179077 ASRC:delete unused variable
Delete unused variable busy_lock in mxc_asrc.h.
Signed-off-by: Chen Liangjun <b36089@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mxc_asrc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mxc_asrc.h b/include/linux/mxc_asrc.h index 6de6a7e3cd86..4ccf8cb496ca 100644 --- a/include/linux/mxc_asrc.h +++ b/include/linux/mxc_asrc.h @@ -204,7 +204,6 @@ struct asrc_pair_params { struct dma_block input_dma[ASRC_DMA_BUFFER_NUM]; struct dma_block output_dma_total; struct dma_block output_dma[ASRC_DMA_BUFFER_NUM]; - struct semaphore busy_lock; struct dma_async_tx_descriptor *desc_in; struct dma_async_tx_descriptor *desc_out; }; |