Re: [PATCH 1/2] pinctrl: fix incorrect inline keyword in multiple drivers

2016-06-13 Thread Linus Walleij
On Mon, Jun 13, 2016 at 5:18 PM, Arnd Bergmann 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

[PATCH 1/2] pinctrl: fix incorrect inline keyword in multiple drivers

2016-06-13 Thread Arnd Bergmann
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 some