[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CACRpkdZSqFfp6v-jk1Xv3RVK4xz-Di_4rj_TmHnsmFRPswSB7A@mail.gmail.com>
Date: Tue, 14 Jun 2016 08:55:05 +0200
From: Linus Walleij <linus.walleij@...aro.org>
To: Arnd Bergmann <arnd@...db.de>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@...osoft.com>,
Heiko Stuebner <heiko@...ech.de>,
Srinivas Kandagatla <srinivas.kandagatla@...il.com>,
Maxime Coquelin <maxime.coquelin@...com>,
Patrice Chotard <patrice.chotard@...com>,
Shawn Guo <shawnguo@...nel.org>,
Adrian Alonso <aalonso@...escale.com>,
Thomas Gleixner <tglx@...utronix.de>,
"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"open list:ARM/Rockchip SoC..." <linux-rockchip@...ts.infradead.org>,
"open list:ARM/STI ARCHITECTURE" <kernel@...inux.com>
Subject: Re: [PATCH 1/2] pinctrl: fix incorrect inline keyword in multiple drivers
On Mon, Jun 13, 2016 at 5:18 PM, Arnd Bergmann <arnd@...db.de> wrote:
> When building with 'make W=1', we get harmless warnings about
> five drivers in drivers/pinctrl, which all contain a copy of
> the same line:
>
> drivers/pinctrl/freescale/pinctrl-imx1-core.c:160:1: error: 'inline' is not at beginning of declaration [-Werror=old-style-declaration]
>
> This replaces the somewhat nonstandard 'static const inline'
> with 'static inline const', which has the same meaning but
> does not cause this warning.
>
> Signed-off-by: Arnd Bergmann <arnd@...db.de>
Patch applied.
Yours,
Linus Walleij
Powered by blists - more mailing lists