linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] clk: qcom: cpu-8996: add missing cputype include
@ 2023-01-23 20:18 Krzysztof Kozlowski
  2023-01-23 20:18 ` [PATCH 2/3] clk: qcom: gcc-qcs404: fix duplicated num_parents Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-23 20:18 UTC (permalink / raw)
  To: Bjorn Andersson, Andy Gross, Konrad Dybcio, Michael Turquette,
	Stephen Boyd, Dmitry Baryshkov, linux-arm-msm, linux-clk,
	linux-kernel
  Cc: Krzysztof Kozlowski

Include asm/cputype.h to fix ARMv7 compile test error:

  drivers/clk/qcom/clk-cpu-8996.c: In function ‘qcom_cpu_clk_msm8996_acd_init’:
  drivers/clk/qcom/clk-cpu-8996.c:468:16: error: implicit declaration of function ‘read_cpuid_mpidr’ [-Werror=implicit-function-declaration]

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 drivers/clk/qcom/clk-cpu-8996.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/qcom/clk-cpu-8996.c b/drivers/clk/qcom/clk-cpu-8996.c
index ee76ef958d31..40c4dabc20a7 100644
--- a/drivers/clk/qcom/clk-cpu-8996.c
+++ b/drivers/clk/qcom/clk-cpu-8996.c
@@ -49,6 +49,7 @@
  * detect voltage droops.
  */
 
+#include <asm/cputype.h>
 #include <linux/bitfield.h>
 #include <linux/clk.h>
 #include <linux/clk-provider.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-02-09  4:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-23 20:18 [PATCH 1/3] clk: qcom: cpu-8996: add missing cputype include Krzysztof Kozlowski
2023-01-23 20:18 ` [PATCH 2/3] clk: qcom: gcc-qcs404: fix duplicated num_parents Krzysztof Kozlowski
2023-01-23 20:28   ` Konrad Dybcio
2023-01-25 20:33   ` Stephen Boyd
2023-01-23 20:18 ` [PATCH 3/3] clk: qcom: rpmh: fix double RPMH_IPA_CLK assignment Krzysztof Kozlowski
2023-01-23 20:29   ` Konrad Dybcio
2023-01-25 20:34   ` Stephen Boyd
2023-01-23 20:28 ` [PATCH 1/3] clk: qcom: cpu-8996: add missing cputype include Konrad Dybcio
2023-01-25 20:33 ` Stephen Boyd
2023-01-26  9:32   ` Krzysztof Kozlowski
2023-02-09  4:23 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).