[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <163026230526.2676726.10182158463483641713@swboyd.mtv.corp.google.com>
Date: Sun, 29 Aug 2021 11:38:25 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Arnd Bergmann <arnd@...nel.org>,
Jonathan Hunter <jonathanh@...dia.com>,
Michael Turquette <mturquette@...libre.com>,
Peter De Schrijver <pdeschrijver@...dia.com>,
Prashant Gaikwad <pgaikwad@...dia.com>,
Thierry Reding <thierry.reding@...il.com>
Cc: Arnd Bergmann <arnd@...db.de>,
Nicolin Chen <nicoleotsuka@...il.com>,
linux-clk@...r.kernel.org, linux-tegra@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: tegra: fix old-style declaration
Quoting Arnd Bergmann (2021-03-22 14:50:41)
> From: Arnd Bergmann <arnd@...db.de>
>
> With extra warnings enabled, gcc complains about a slightly odd
> prototype:
>
> drivers/clk/tegra/clk-dfll.c:1380:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
> 1380 | static void inline dfll_debug_init(struct tegra_dfll *td) { }
>
> Move the 'inline' keyword to the start of the line.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
> ---
Applied to clk-next
Powered by blists - more mailing lists