Re: [PATCH v2 2/2] interconnect: qcom: Add SDX75 interconnect provider driver

From: Konrad Dybcio
Date: Tue Sep 12 2023 - 06:07:16 EST


On 12.09.2023 12:04, Rohit Agarwal wrote:
> Add driver for the Qualcomm interconnect buses found in SDX75.
>
> Signed-off-by: Rohit Agarwal <quic_rohiagar@xxxxxxxxxxx>
> ---
[...]

> +
> +static struct qcom_icc_bcm * const dc_noc_bcms[] = {
> +};
Surely this shouldn't be necessary?

Konrad