From: "Alexander Shiyan" <shc_work@mail.ru>
To: tglx@linutronix.de, yuehaibing@huawei.com, hpa@zytor.com,
mingo@kernel.org, shc_work@mail.ru, daniel.lezcano@linaro.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: linux-tip-commits@vger.kernel.org
Subject: Re: [tip:timers/urgent] clocksource/drivers/clps711x: Make clps711x_clksrc_init() static
Date: Sun, 24 Mar 2019 09:20:52 +0300 [thread overview]
Message-ID: <1553408452.699853963@f380.i.mail.ru> (raw)
In-Reply-To: <tip-d18a7408d7be0f34a120d99051ed5187d9727728@git.kernel.org>
This should be fixed by applying "[PATCH] clocksource: clps711x: Remove board support".
https://www.lkml.org/lkml/2018/12/20/468
>Суббота, 23 марта 2019, 1:49 +03:00 от tip-bot for YueHaibing <tipbot@zytor.com>:
>
>Commit-ID: d18a7408d7be0f34a120d99051ed5187d9727728
>Gitweb: https://git.kernel.org/tip/d18a7408d7be0f34a120d99051ed5187d9727728
>Author: YueHaibing < yuehaibing@huawei.com >
>AuthorDate: Fri, 22 Mar 2019 22:37:08 +0800
>Committer: Thomas Gleixner < tglx@linutronix.de >
>CommitDate: Fri, 22 Mar 2019 22:59:32 +0100
>
>clocksource/drivers/clps711x: Make clps711x_clksrc_init() static
>
>Fix sparse warning:
>
>drivers/clocksource/clps711x-timer.c:96:13: warning:
> symbol 'clps711x_clksrc_init' was not declared. Should it be static?
>
>Signed-off-by: YueHaibing < yuehaibing@huawei.com >
>Signed-off-by: Thomas Gleixner < tglx@linutronix.de >
>Cc: < daniel.lezcano@linaro.org >
>Cc: < shc_work@mail.ru >
>Cc: < linux-arm-kernel@lists.infradead.org >
>Link: https://lkml.kernel.org/r/20190322143708.12716-1-yuehaibing@huawei.com
>
>---
> drivers/clocksource/clps711x-timer.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
>
>diff --git a/drivers/clocksource/clps711x-timer.c b/drivers/clocksource/clps711x-timer.c
>index a8dd80576c95..cdc251524f5e 100644
>--- a/drivers/clocksource/clps711x-timer.c
>+++ b/drivers/clocksource/clps711x-timer.c
>@@ -93,8 +93,9 @@ static int __init _clps711x_clkevt_init(struct clk *clock, void __iomem *base,
> "clps711x-timer", clkevt);
> }
>
>-void __init clps711x_clksrc_init(void __iomem *tc1_base, void __iomem *tc2_base,
>- unsigned int irq)
>+static void __init clps711x_clksrc_init(void __iomem *tc1_base,
>+void __iomem *tc2_base,
>+unsigned int irq)
> {
> struct clk *tc1 = clk_get_sys("clps711x-timer.0", NULL);
> struct clk *tc2 = clk_get_sys("clps711x-timer.1", NULL);
---
prev parent reply other threads:[~2019-03-24 6:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-22 14:37 [PATCH -next] clocksource: clps711x: Make clps711x_clksrc_init static Yue Haibing
2019-03-22 22:49 ` [tip:timers/urgent] clocksource/drivers/clps711x: Make clps711x_clksrc_init() static tip-bot for YueHaibing
2019-03-24 6:20 ` Alexander Shiyan [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=1553408452.699853963@f380.i.mail.ru \
--to=shc_work@mail.ru \
--cc=daniel.lezcano@linaro.org \
--cc=hpa@zytor.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=tglx@linutronix.de \
--cc=yuehaibing@huawei.com \
/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
all inboxes | Powered by JetHome®