[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c745392f-6d8a-8e00-803b-dd61a0a008a0@starfivetech.com>
Date: Tue, 7 Mar 2023 11:47:45 +0800
From: Xingyu Wu <xingyu.wu@...rfivetech.com>
To: Andreas Schwab <schwab@...e.de>
CC: <linux-riscv@...ts.infradead.org>, <devicetree@...r.kernel.org>,
"Daniel Lezcano" <daniel.lezcano@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Paul Walmsley <paul.walmsley@...ive.com>,
"Palmer Dabbelt" <palmer@...belt.com>,
Albert Ou <aou@...s.berkeley.edu>,
"Philipp Zabel" <p.zabel@...gutronix.de>,
Samin Guo <samin.guo@...rfivetech.com>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1 2/3] clocksource: Add StarFive timer driver
On 2023/3/2 17:39, Andreas Schwab wrote:
> drivers/clocksource/timer-starfive.c:117:13: error: conflicting types for 'timer_shutdown'; have 'void(struct starfive_clkevt *)'
> 117 | static void timer_shutdown(struct starfive_clkevt *clkevt)
> | ^~~~~~~~~~~~~~
> In file included from ./include/linux/workqueue.h:9,
> from ./include/linux/srcu.h:21,
> from ./include/linux/notifier.h:16,
> from ./include/linux/clk.h:14,
> from drivers/clocksource/timer-starfive.c:12:
> ./include/linux/timer.h:188:12: note: previous declaration of 'timer_shutdown' with type 'int(struct timer_list *)'
> 188 | extern int timer_shutdown(struct timer_list *timer);
> | ^~~~~~~~~~~~~~
>
Oh, this timer_shutdown(struct timer_list *timer) function was not available
in 6.1-rc5 which this patchset was base on. And in the new version, it's the
same name as my own function. I will change the name of this function.
Best regards,
Xingyu Wu
Powered by blists - more mailing lists