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@xxxxxxxxxxx> > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > > --- > > 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