summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChen Liangjun <b36089@freescale.com>2012-04-06 17:22:34 +0800
committerEric Nelson <eric.nelson@boundarydevices.com>2012-08-28 09:45:01 -0700
commit7142f62aa8ce5ee159ba028825474b4b23d391d5 (patch)
treefd635e477c73ef7d58e6b77de184374e070fc61f /include
parent9b5075ab9492bf8e634e7fb8d93e3d405d16bdc8 (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.h1
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;
};