diff options
author | Arnd Bergmann | 2016-06-13 17:18:34 +0200 |
---|---|---|
committer | Linus Walleij | 2016-06-15 08:37:41 +0200 |
commit | 56411f3c053efc29f761a4523f2d42c79b03a575 (patch) | |
tree | 8965b09e0886bbd400bc5e68a747987f16ff7b8b /drivers/spi/spi.c | |
parent | 648eb7a1bc3ceadbb2450272bce5297b7aa3d37e (diff) |
pinctrl: fix incorrect inline keyword in multiple drivers
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@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/spi/spi.c')
0 files changed, 0 insertions, 0 deletions