summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGilad Ben-Yossef <gilad@benyossef.com>2017-11-13 14:45:49 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-27 09:20:40 +0100
commit5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c (patch)
treec4fbd24403cdef93ecc08bf96fc02c704122b7b7 /drivers
parent00fb304d6319eacfa048ed9735a455b8b869fd42 (diff)
downloadlinux-5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c.tar.bz2
staging: ccree: remove unused field
Field monitor_null_cycles of struct drvdata was not being used. Remove it. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/ccree/ssi_driver.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/ccree/ssi_driver.h b/drivers/staging/ccree/ssi_driver.h
index 7c266ff16462..ff9f5aaa6732 100644
--- a/drivers/staging/ccree/ssi_driver.h
+++ b/drivers/staging/ccree/ssi_driver.h
@@ -125,10 +125,6 @@ struct ssi_drvdata {
int irq;
u32 irq_mask;
u32 fw_ver;
- /* Calibration time of start/stop
- * monitor descriptors
- */
- u32 monitor_null_cycles;
struct platform_device *plat_dev;
ssi_sram_addr_t mlli_sram_addr;
void *buff_mgr_handle;