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: 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>

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
84b21053 82e7613f

+1 -3
+1 -3
drivers/clk/qcom/dispcc-milos.c
··· 4 4 * Copyright (c) 2025, Luca Weiss <luca.weiss@fairphone.com> 5 5 */ 6 6 7 - #include <linux/clk.h> 8 7 #include <linux/clk-provider.h> 9 - #include <linux/err.h> 10 8 #include <linux/kernel.h> 9 + #include <linux/mod_devicetable.h> 11 10 #include <linux/module.h> 12 - #include <linux/of.h> 13 11 #include <linux/platform_device.h> 14 12 #include <linux/regmap.h> 15 13