[PATCH] remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pas

Shawn Guo posted 1 patch 2 weeks ago
drivers/remoteproc/qcom_q6v5_pas.c | 3 ---
1 file changed, 3 deletions(-)
[PATCH] remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pas
Posted by Shawn Guo 2 weeks ago
The completion start_done and stop_done are leftover from commit
6103b1a616ab ("remoteproc: qcom: adsp: Use common q6v5 helpers").
Clean them up.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
---
 drivers/remoteproc/qcom_q6v5_pas.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c
index da27d1d3c9da..dfb9c58b67c8 100644
--- a/drivers/remoteproc/qcom_q6v5_pas.c
+++ b/drivers/remoteproc/qcom_q6v5_pas.c
@@ -92,9 +92,6 @@ struct qcom_pas {
 	const struct firmware *firmware;
 	const struct firmware *dtb_firmware;
 
-	struct completion start_done;
-	struct completion stop_done;
-
 	phys_addr_t mem_phys;
 	phys_addr_t dtb_mem_phys;
 	phys_addr_t mem_reloc;
-- 
2.43.0