From: Krzysztof Kozlowski Date: Mon, 15 May 2023 13:20:00 +0000 (+0200) Subject: soundwire: qcom: drop unused struct qcom_swrm_ctrl members X-Git-Tag: v6.5-rc1~47^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a207b6b1892efafef80ad2fb21761f3b0f6f13a;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Konrad Dybcio Link: https://lore.kernel.org/r/20230515132000.399745-1-krzysztof.kozlowski@linaro.org Signed-off-by: Vinod Koul --- diff --git a/drivers/soundwire/qcom.c b/drivers/soundwire/qcom.c index aad5942e5980c..ab1098ec56e6b 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;