diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-05-15 15:20:00 +0200 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2023-05-27 16:09:57 +0530 |
commit | 0a207b6b1892efafef80ad2fb21761f3b0f6f13a (patch) | |
tree | 882e13fb98a771af0947a6de6ca48a492e332e96 | |
parent | 3d912d1a28da59a95e046feff3ea2bc38e00138e (diff) |
soundwire: qcom: drop unused struct qcom_swrm_ctrl members
Drop unused members from the driver state container: struct qcom_swrm_ctrl.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/soundwire/qcom.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c index aad5942e5980..ab1098ec56e6 100644 --- a/drivers/soundwire/qcom.c +++ b/drivers/soundwire/qcom.c @@ -187,12 +187,9 @@ struct qcom_swrm_ctrl { #endif struct completion broadcast; struct completion enumeration; - struct work_struct slave_work; /* Port alloc/free lock */ struct mutex port_lock; struct clk *hclk; - u8 wr_cmd_id; - u8 rd_cmd_id; int irq; unsigned int version; int wake_irq; |