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

The completion start_done and stop_done are leftover from commit
6103b1a616 ("remoteproc: qcom: adsp: Use common q6v5 helpers").
Clean them up.

Signed-off-by: Shawn Guo <shengchao.guo@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260525073836.1579375-1-shengchao.guo@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Shawn Guo
2026-05-25 15:38:36 +08:00
committed by Bjorn Andersson
parent 23dd0092bc
commit b5bfc7d039

View File

@@ -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;