lkml.org 
[lkml]   [2019]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [tip:timers/urgent] clocksource/drivers/c lps711x: Make clps711x clksrc init() static
Date
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);


---
\
 
 \ /
  Last update: 2019-03-24 07:22    [W:0.289 / U:0.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site