Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

clk: qcom: eliza: Cleanup redundant header includes

Remove unused header includes - drivers do not use any OF API.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260318-clk-qcom-headers-v1-5-d5c6a3b11b67@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
04088a68 84b21053

-2
-1
drivers/clk/qcom/gcc-eliza.c
··· 6 6 #include <linux/clk-provider.h> 7 7 #include <linux/mod_devicetable.h> 8 8 #include <linux/module.h> 9 - #include <linux/of.h> 10 9 #include <linux/platform_device.h> 11 10 #include <linux/regmap.h> 12 11
-1
drivers/clk/qcom/tcsrcc-eliza.c
··· 6 6 #include <linux/clk-provider.h> 7 7 #include <linux/mod_devicetable.h> 8 8 #include <linux/module.h> 9 - #include <linux/of.h> 10 9 #include <linux/platform_device.h> 11 10 #include <linux/regmap.h> 12 11