]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
clk: qcom: sm8750: Cleanup redundant header includes
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Wed, 18 Mar 2026 11:08:42 +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, but they need declaration of of_device_id table.

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-3-d5c6a3b11b67@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/tcsrcc-sm8750.c
drivers/clk/qcom/videocc-sm8750.c

index 242e320986ef6a54d6bb1a8996d822eda461789b..46af9876019713068177e61d0fff42f17e1af04e 100644 (file)
@@ -4,8 +4,8 @@
  */
 
 #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 823aca2bdd345bec4bff2f807aad2233b34bf657..5c1034dd5f5759e89aca53f2fe971ef134ca5bb1 100644 (file)
@@ -7,7 +7,6 @@
 #include <linux/mod_devicetable.h>
 #include <linux/module.h>
 #include <linux/platform_device.h>
-#include <linux/pm_runtime.h>
 #include <linux/regmap.h>
 
 #include <dt-bindings/clock/qcom,sm8750-videocc.h>