From: Shawn Guo Date: Mon, 25 May 2026 07:38:36 +0000 (+0800) Subject: remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pas X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5bfc7d039bb775730186a9c38d0f01afd729638;p=thirdparty%2Flinux.git remoteproc: qcom: pas: Drop start/stop completion from struct qcom_pas 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 Link: https://lore.kernel.org/r/20260525073836.1579375-1-shengchao.guo@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c index 0101f1db6458..808e9609988d 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;