diff options
| author | 2017-11-13 14:45:49 +0000 | |
|---|---|---|
| committer | 2017-11-27 09:20:40 +0100 | |
| commit | 5a83a3937bb06c46a67a05dbc4ddbd433ed11a7c (patch) | |
| tree | c4fbd24403cdef93ecc08bf96fc02c704122b7b7 | |
| parent | staging: ccree: remove unneeded wrapper function (diff) | |
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>
| -rw-r--r-- | drivers/staging/ccree/ssi_driver.h | 4 |
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; |
