summaryrefslogtreecommitdiff
path: root/drivers/scsi/ufs/ufs-qcom.h
diff options
context:
space:
mode:
authorDinesh K Garg <dineshg@codeaurora.org>2015-10-26 11:40:37 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:00:45 -0700
commitb2c36ddc22d2dc68ae27452bf6480baf7cc9b039 (patch)
treec3c820b7114dbe2ff1208741dc3f74ba7dc2db28 /drivers/scsi/ufs/ufs-qcom.h
parentada96960c126fb9fe6d4d4fb92122c6cbaf625a8 (diff)
crypto: ice: Make ICE init & reset API synchronous
ICE init & reset can be synchronous now because ICE does not need to go to secure side for any ICE configuration. This would simplify interface and make call more efficient. Change-Id: I7aa4e2d3ba3383d25758b21b8ae261a0220f35f9 Signed-off-by: Dinesh K Garg <dineshg@codeaurora.org> Signed-off-by: Subhash Jadavani <subhashj@codeaurora.org> Signed-off-by: Gilad Broner <gbroner@codeaurora.org> [venkatg@codeaurora.org: dropped ice driver and mmc ice changes] Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Diffstat (limited to 'drivers/scsi/ufs/ufs-qcom.h')
-rw-r--r--drivers/scsi/ufs/ufs-qcom.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/ufs/ufs-qcom.h b/drivers/scsi/ufs/ufs-qcom.h
index 956ee8a9c13f..9db2c327e4b7 100644
--- a/drivers/scsi/ufs/ufs-qcom.h
+++ b/drivers/scsi/ufs/ufs-qcom.h
@@ -209,7 +209,6 @@ struct ufs_qcom_bus_vote {
*/
struct ufs_qcom_ice_data {
struct qcom_ice_variant_ops *vops;
- struct completion async_done;
struct platform_device *pdev;
int state;