summaryrefslogtreecommitdiff
path: root/drivers/staging/ccree/ssi_request_mgr.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2018-01-07 15:14:19 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-01-08 18:27:22 +0300
commit266844f13edd969bbf4681152112bdd51de88c16 (patch)
treeeb4acb9d6dc719f96b0d1ef8fc24088e11a7eb1b /drivers/staging/ccree/ssi_request_mgr.c
parent48520f8cfaa57839b2f516c2204524165b602181 (diff)
downloadlinux-266844f13edd969bbf4681152112bdd51de88c16.tar.xz
staging: ccree: remove unused leftover field
Remove the unused monitor_desc field. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/ssi_request_mgr.c')
-rw-r--r--drivers/staging/ccree/ssi_request_mgr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_request_mgr.c b/drivers/staging/ccree/ssi_request_mgr.c
index 7686e14b0a4b..e1c01dad5202 100644
--- a/drivers/staging/ccree/ssi_request_mgr.c
+++ b/drivers/staging/ccree/ssi_request_mgr.c
@@ -32,7 +32,6 @@ struct cc_req_mgr_handle {
struct cc_hw_desc compl_desc;
u8 *dummy_comp_buff;
dma_addr_t dummy_comp_buff_dma;
- struct cc_hw_desc monitor_desc;
#ifdef COMP_IN_WQ
struct workqueue_struct *workq;