Commit 2af630f0 authored by Srishti Sharma's avatar Srishti Sharma Committed by Greg Kroah-Hartman

Staging: ccree: Remove unused variable monitor_lock

Remove the variable monitor_lock as it is not used anywhere.
Signed-off-by: default avatarSrishti Sharma <srishtishar@gmail.com>
Reviewed-by: default avatarSean Paul <seanpaul@chromium.org>
Acked-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e7e51c03
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment