From: Stephen Boyd <sboyd@kernel.org>
To: Biju Das <biju.das.jz@bp.renesas.com>,
Russell King <linux@armlinux.org.uk>
Cc: "Biju Das" <biju.das.jz@bp.renesas.com>,
"Michael Turquette" <mturquette@baylibre.com>,
"Jerome Brunet" <jbrunet@baylibre.com>,
linux-clk@vger.kernel.org,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
linux-renesas-soc@vger.kernel.org,
"kernel test robot" <lkp@intel.com>
Subject: Re: [PATCH] clk: Fix undefined reference to `clk_rate_exclusive_{get,put}'
Date: Fri, 04 Aug 2023 18:20:34 -0700 [thread overview]
Message-ID: <aa7d127df5fb91e9a3c61d78d4aa7cb9.sboyd@kernel.org> (raw)
In-Reply-To: <20230725175140.361479-1-biju.das.jz@bp.renesas.com>
Quoting Biju Das (2023-07-25 10:51:40)
> The COMMON_CLK config is not enabled in some of the architectures.
> This causes below build issues:
>
> pwm-rz-mtu3.c:(.text+0x114):
> undefined reference to `clk_rate_exclusive_put'
> pwm-rz-mtu3.c:(.text+0x32c):
> undefined reference to `clk_rate_exclusive_get'
>
> Fix these issues by moving clk_rate_exclusive_{get,put} inside COMMON_CLK
> code block, as clk.c is enabled by COMMON_CLK.
>
> Fixes: 55e9b8b7b806 ("clk: add clk_rate_exclusive api")
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: https://lore.kernel.org/all/202307251752.vLfmmhYm-lkp@intel.com/
> Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
Applied to clk-fixes
prev parent reply other threads:[~2023-08-05 1:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-25 17:51 [PATCH] clk: Fix undefined reference to `clk_rate_exclusive_{get,put}' Biju Das
2023-08-05 1:20 ` Stephen Boyd [this message]
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=aa7d127df5fb91e9a3c61d78d4aa7cb9.sboyd@kernel.org \
--to=sboyd@kernel.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=geert+renesas@glider.be \
--cc=jbrunet@baylibre.com \
--cc=linux-clk@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=lkp@intel.com \
--cc=mturquette@baylibre.com \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.de \
/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