]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: ccree: Remove unused variable monitor_lock
authorSrishti Sharma <srishtishar@gmail.com>
Mon, 11 Sep 2017 16:28:37 +0000 (21:58 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2017 14:35:27 +0000 (16:35 +0200)
Remove the variable monitor_lock as it is not used anywhere.

Signed-off-by: Srishti Sharma <srishtishar@gmail.com>
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_request_mgr.c

index 97c235973b1525564ad214ffe7269d9090113029..daa54329045f30db24dfc9e8191b930f60f03fb1 100644 (file)
@@ -49,7 +49,6 @@ struct ssi_request_mgr_handle {
        dma_addr_t dummy_comp_buff_dma;
        struct cc_hw_desc monitor_desc;
 
-       volatile unsigned long monitor_lock;
 #ifdef COMP_IN_WQ
        struct workqueue_struct *workq;
        struct delayed_work compwork;