summaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
authorGilad Ben-Yossef2017-11-13 15:45:49 +0100
committerGreg Kroah-Hartman2017-11-27 09:20:40 +0100
commit5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c (patch)
treec4fbd24403cdef93ecc08bf96fc02c704122b7b7 /drivers/staging
parentstaging: ccree: remove unneeded wrapper function (diff)
downloadkernel-qcow2-linux-5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c.tar.gz
kernel-qcow2-linux-5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c.tar.xz
kernel-qcow2-linux-5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c.zip
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/staging')
-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;