From: Vinod Koul <vkoul@kernel.org>
To: Stephen Boyd <sboyd@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>
Cc: linux-arm-msm@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
Andy Gross <agross@kernel.org>,
Michael Turquette <mturquette@baylibre.com>,
linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 4/8] clk: qcom: lpasscc-sc7280: explicitly include clk-provider.h
Date: Wed, 15 Dec 2021 17:07:59 +0530 [thread overview]
Message-ID: <20211215113803.620032-5-vkoul@kernel.org> (raw)
In-Reply-To: <20211215113803.620032-1-vkoul@kernel.org>
Per Stephen, clk providers need to include clk-provider.h, so include in
this driver as well
Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
drivers/clk/qcom/lpasscc-sc7280.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clk/qcom/lpasscc-sc7280.c b/drivers/clk/qcom/lpasscc-sc7280.c
index 89f1ad6631da..b39ee1c9647b 100644
--- a/drivers/clk/qcom/lpasscc-sc7280.c
+++ b/drivers/clk/qcom/lpasscc-sc7280.c
@@ -3,6 +3,7 @@
* Copyright (c) 2021, The Linux Foundation. All rights reserved.
*/
+#include <linux/clk-provider.h>
#include <linux/platform_device.h>
#include <linux/pm_clock.h>
#include <linux/pm_runtime.h>
--
2.31.1
next prev parent reply other threads:[~2021-12-15 11:38 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-15 11:37 [PATCH 0/8] clk: qcom: explicitly include clk-provider.h Vinod Koul
2021-12-15 11:37 ` [PATCH 1/8] clk: qcom: gcc-sm8350: " Vinod Koul
2021-12-16 0:45 ` Stephen Boyd
2021-12-15 11:37 ` [PATCH 2/8] clk: qcom: gcc-msm8994: " Vinod Koul
2021-12-16 0:45 ` Stephen Boyd
2021-12-15 11:37 ` [PATCH 3/8] clk: qcom: gcc-sm6350: " Vinod Koul
2021-12-16 0:45 ` Stephen Boyd
2021-12-15 11:37 ` Vinod Koul [this message]
2021-12-16 0:45 ` [PATCH 4/8] clk: qcom: lpasscc-sc7280: " Stephen Boyd
2021-12-15 11:38 ` [PATCH 5/8] clk: qcom: lpasscc-sdm845: " Vinod Koul
2021-12-16 0:46 ` Stephen Boyd
2021-12-15 11:38 ` [PATCH 6/8] clk: qcom: mmcc-apq8084: " Vinod Koul
2021-12-16 0:46 ` Stephen Boyd
2021-12-15 11:38 ` [PATCH 7/8] clk: qcom: q6sstop-qcs404: " Vinod Koul
2021-12-16 0:46 ` Stephen Boyd
2021-12-15 11:38 ` [PATCH 8/8] clk: qcom: turingcc-qcs404: " Vinod Koul
2021-12-16 0:46 ` Stephen Boyd
2021-12-21 5:21 ` [PATCH 0/8] clk: qcom: " Bjorn Andersson
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=20211215113803.620032-5-vkoul@kernel.org \
--to=vkoul@kernel.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=sboyd@kernel.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