]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
clk: qcom: eliza: Cleanup redundant header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 18 Mar 2026 11:08:44 +0000 (12:08 +0100)
committerBjorn Andersson <andersson@kernel.org>
Thu, 19 Mar 2026 01:50:06 +0000 (20:50 -0500)
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>
drivers/clk/qcom/gcc-eliza.c
drivers/clk/qcom/tcsrcc-eliza.c

index eeec4ebdd5c2525efcc49de0e2fac0d140bf2a28..06ee1469badd378ba081893d565b22844464df23 100644 (file)
@@ -6,7 +6,6 @@
 #include <linux/clk-provider.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>
 
index ef9b6393f57e453e526c4a4e230656fa93c3f2e7..5a47a4c77cb5ba43bbbe9456e1c725d945adefa9 100644 (file)
@@ -6,7 +6,6 @@
 #include <linux/clk-provider.h>
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
-#include <linux/of.h>
 #include <linux/platform_device.h>
 #include <linux/regmap.h>