Skip to content

Commit 0a207b6

Browse files
krzkvinodkoul
authored andcommitted
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 <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230515132000.399745-1-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 3d912d1 commit 0a207b6

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

drivers/soundwire/qcom.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,9 @@ struct qcom_swrm_ctrl {
187187
#endif
188188
struct completion broadcast;
189189
struct completion enumeration;
190-
struct work_struct slave_work;
191190
/* Port alloc/free lock */
192191
struct mutex port_lock;
193192
struct clk *hclk;
194-
u8 wr_cmd_id;
195-
u8 rd_cmd_id;
196193
int irq;
197194
unsigned int version;
198195
int wake_irq;

0 commit comments

Comments
 (0)