From: "Rob Herring (Arm)" <robh@kernel.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>,
Kevin Hilman <khilman@kernel.org>, Andrew Lunn <andrew@lunn.ch>,
Gregory Clement <gregory.clement@bootlin.com>,
Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
Nishanth Menon <nm@ti.com>, Stephen Boyd <sboyd@kernel.org>
Cc: linux-arm-msm@vger.kernel.org, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/6] cpufreq: qcom: Add explicit io.h include for readl/writel_relaxed
Date: Tue, 06 Aug 2024 07:58:22 -0600 [thread overview]
Message-ID: <20240806-dt-api-cleanups-v1-1-459e2c840e7d@kernel.org> (raw)
In-Reply-To: <20240806-dt-api-cleanups-v1-0-459e2c840e7d@kernel.org>
The qcom-cpufreq-hw driver is relying on an implicit include of io.h
which doesn't get included on some architectures.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
drivers/cpufreq/qcom-cpufreq-hw.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/cpufreq/qcom-cpufreq-hw.c b/drivers/cpufreq/qcom-cpufreq-hw.c
index 370fe6a0104b..900d6844c43d 100644
--- a/drivers/cpufreq/qcom-cpufreq-hw.c
+++ b/drivers/cpufreq/qcom-cpufreq-hw.c
@@ -9,6 +9,7 @@
#include <linux/init.h>
#include <linux/interconnect.h>
#include <linux/interrupt.h>
+#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/of.h>
--
2.43.0
next prev parent reply other threads:[~2024-08-06 13:58 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-06 13:58 [PATCH 0/6] cpufreq: Enable COMPILE_TEST on Arm drivers Rob Herring (Arm)
2024-08-06 13:58 ` Rob Herring (Arm) [this message]
2024-08-06 13:58 ` [PATCH 2/6] cpufreq: omap: Drop asm includes Rob Herring (Arm)
2024-08-06 16:00 ` Kevin Hilman
2024-08-08 10:46 ` Dhruva Gole
2024-08-06 13:58 ` [PATCH 3/6] cpufreq: armada-8k: Avoid excessive stack usage Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 4/6] opp: ti: Drop unnecessary of_match_ptr() Rob Herring (Arm)
2024-08-08 10:48 ` Dhruva Gole
2024-08-06 13:58 ` [PATCH 5/6] cpufreq: Enable COMPILE_TEST on Arm drivers Rob Herring (Arm)
2024-08-06 13:58 ` [PATCH 6/6] cpufreq: Drop CONFIG_ARM and CONFIG_ARM64 dependency " Rob Herring (Arm)
2024-08-08 3:29 ` [PATCH 0/6] cpufreq: Enable COMPILE_TEST " Viresh Kumar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240806-dt-api-cleanups-v1-1-459e2c840e7d@kernel.org \
--to=robh@kernel.org \
--cc=andrew@lunn.ch \
--cc=gregory.clement@bootlin.com \
--cc=khilman@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=nm@ti.com \
--cc=rafael@kernel.org \
--cc=sboyd@kernel.org \
--cc=sebastian.hesselbarth@gmail.com \
--cc=viresh.kumar@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox