]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
clk: qcom: glymur: Cleanup redundant header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 18 Mar 2026 11:08:41 +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 or runtime PM
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-2-d5c6a3b11b67@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/dispcc-glymur.c
drivers/clk/qcom/gcc-glymur.c
drivers/clk/qcom/gpucc-glymur.c
drivers/clk/qcom/tcsrcc-glymur.c
drivers/clk/qcom/videocc-glymur.c

index a8c3cbf591d17dc8d481c652e35e46f9283805fe..fd085cb906672821f667ff285c2612e036230256 100644 (file)
@@ -6,9 +6,7 @@
 #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/pm_runtime.h>
 #include <linux/regmap.h>
 
 #include <dt-bindings/clock/qcom,glymur-dispcc.h>
index 0f3981252a68a80f341a7df31cfe65e0e813694f..1a5d3d1827054a480579709b368f1db43926a01d 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 2617de0cb1c9ad8f2e26fad65430722adb617fdd..1a1d946347d0080b3e71df8c1afe5964a82eee6e 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 9d9621a6107251a4ae060f743afa81d9e1ef83f9..9c0edebcdbb12816d1be5249e4f04bcaf02048aa 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 5dea01f9e20de9654aa160817b9092bfbbd1077a..bb3aae6b839600dd548802ec84005926bb9f6d2c 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>