[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0c6a20fc-113d-4113-87c4-7b97c041d2a2@linaro.org>
Date: Mon, 9 Dec 2024 16:01:58 +0100
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Bjorn Andersson <andersson@...nel.org>,
Michael Turquette <mturquette@...libre.com>, Stephen Boyd
<sboyd@...nel.org>, linux-arm-msm@...r.kernel.org,
linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Taniya Das <quic_tdas@...cinc.com>
Subject: Re: [PATCH v2 2/2] clk: qcom: Add missing header includes
On 09/12/2024 12:13, Krzysztof Kozlowski wrote:
> Include mod_devicetable.h for the 'struct of_device_id' and
> clk-provider.h for the 'struct clk_hw'.
>
> Reviewed-by: Taniya Das <quic_tdas@...cinc.com>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
>
> ---
>
> Changes in v2:
> 1. Rename subject (Include->Add)
> 2. Rb tag
> ---
...
> diff --git a/drivers/clk/qcom/dispcc-sm4450.c b/drivers/clk/qcom/dispcc-sm4450.c
> index 465725f9bfeb..cd8a284258b2 100644
> --- a/drivers/clk/qcom/dispcc-sm4450.c
> +++ b/drivers/clk/qcom/dispcc-sm4450.c
> @@ -4,6 +4,7 @@
> */
>
> #include <linux/clk-provider.h>
> +#include <linux/mod_devicetable.h>
> #include <linux/module.h>
> #include <linux/mod_devicetable.h>
That's a duplicate. I missed earlier LKP report. I will send a v3 tomorrow.
Best regards,
Krzysztof
Powered by blists - more mailing lists