From b77bb9f45c6aa6867dfa61fe38cb728f3f907ae2 Mon Sep 17 00:00:00 2001 From: Chen Liangjun Date: Fri, 6 Apr 2012 17:22:34 +0800 Subject: [PATCH] ENGR00179077 ASRC:delete unused variable Delete unused variable busy_lock in mxc_asrc.h. Signed-off-by: Chen Liangjun --- include/linux/mxc_asrc.h | 1 - 1 file changed, 1 deletion(-) 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; }; -- 2.39.5