aboutsummaryrefslogtreecommitdiff
path: root/include/linux/soc/qcom/qmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/soc/qcom/qmi.h')
-rw-r--r--include/linux/soc/qcom/qmi.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/soc/qcom/qmi.h b/include/linux/soc/qcom/qmi.h
index df41a615b9f0..f150107df208 100644
--- a/include/linux/soc/qcom/qmi.h
+++ b/include/linux/soc/qcom/qmi.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved.
* Copyright (c) 2017, Linaro Ltd.
*
* This program is free software; you can redistribute it and/or modify
@@ -166,7 +166,6 @@ struct qmi_ops {
* struct qmi_txn - transaction context
* @qmi: QMI handle this transaction is associated with
* @id: transaction id
- * @lock: for synchronization between handler and waiter of messages
* @completion: completion object as the transaction receives a response
* @result: result code for the completed transaction
* @ei: description of the QMI encoded response (optional)
@@ -177,7 +176,6 @@ struct qmi_txn {
u16 id;
- struct mutex lock;
struct completion completion;
int result;