mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
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>
This commit is contained in:
parent
3d912d1a28
commit
0a207b6b18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user