diff options
author | 2016-06-13 17:18:34 +0200 | |
---|---|---|
committer | 2016-06-15 08:37:41 +0200 | |
commit | 56411f3c053efc29f761a4523f2d42c79b03a575 (patch) | |
tree | 8965b09e0886bbd400bc5e68a747987f16ff7b8b /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | pinctrl: max77620: Remove unused structure definition (diff) | |
download | wireguard-linux-56411f3c053efc29f761a4523f2d42c79b03a575.tar.xz wireguard-linux-56411f3c053efc29f761a4523f2d42c79b03a575.zip |
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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions