summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>2026-03-18 14:08:43 +0300
committerBjorn Andersson <andersson@kernel.org>2026-03-19 04:50:06 +0300
commit84b21053fe18af080c6486cea2d68a40ce08a294 (patch)
treee8ed3a22df2d2ee04cec18c9849e1dbd95d67264
parent82e7613f5d23e9698004453c9cb1d6955373a5b5 (diff)
downloadlinux-84b21053fe18af080c6486cea2d68a40ce08a294.tar.xz
clk: qcom: milos: Cleanup redundant header includes
Remove unused header includes - drivers do not use any clk, OF or PTR_ERR 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-4-d5c6a3b11b67@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
-rw-r--r--drivers/clk/qcom/dispcc-milos.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/clk/qcom/dispcc-milos.c b/drivers/clk/qcom/dispcc-milos.c
index 339cb1c63ba7..0a483fb6683a 100644
--- a/drivers/clk/qcom/dispcc-milos.c
+++ b/drivers/clk/qcom/dispcc-milos.c
@@ -4,12 +4,10 @@
* Copyright (c) 2025, Luca Weiss <luca.weiss@fairphone.com>
*/
-#include <linux/clk.h>
#include <linux/clk-provider.h>
-#include <linux/err.h>
#include <linux/kernel.h>
+#include <linux/mod_devicetable.h>
#include <linux/module.h>
-#include <linux/of.h>
#include <linux/platform_device.h>
#include <linux/regmap.h>