Three of the clocks from struct q6v5_wcss are not populated, and are
not used. Remove them.

Fixes: 0af65b9b915e ("remoteproc: qcom: wcss: Add non pas wcss Q6 support for 
QCS404")

Signed-off-by: Alexandru Gagniuc <[email protected]>
---
 drivers/remoteproc/qcom_q6v5_wcss.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/remoteproc/qcom_q6v5_wcss.c 
b/drivers/remoteproc/qcom_q6v5_wcss.c
index 265010c5c82cb..bcfd79b12fde9 100644
--- a/drivers/remoteproc/qcom_q6v5_wcss.c
+++ b/drivers/remoteproc/qcom_q6v5_wcss.c
@@ -133,10 +133,7 @@ struct q6v5_wcss {
        struct clk *ahbs_cbcr;
        struct clk *tcm_slave_cbcr;
        struct clk *qdsp6ss_abhm_cbcr;
-       struct clk *qdsp6ss_sleep_cbcr;
        struct clk *qdsp6ss_axim_cbcr;
-       struct clk *qdsp6ss_xo_cbcr;
-       struct clk *qdsp6ss_core_gfmux;
        struct clk *lcc_bcr_sleep;
        struct clk_bulk_data *clks;
        /* clocks that must be started before the Q6 is booted */
-- 
2.45.1


Reply via email to