diff options
author | Chen Liangjun <b36089@freescale.com> | 2012-04-06 17:22:34 +0800 |
---|---|---|
committer | Chen Liangjun <b36089@freescale.com> | 2012-04-06 17:22:34 +0800 |
commit | a8a520dfec9e4df7d0b879634d47b508c09ff6d3 (patch) | |
tree | 485190cff83816b24799d953c11801ca8572b9be /include | |
parent | 7462b0ca0af84abfbc87841799f21d6a01eea7d2 (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; }; |