mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
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:
parent
23dd0092bc
commit
b5bfc7d039
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user