commit | 8ff7ed369701f57ab99fa833a63134f3f923d6f6 | [log] [tgz] |
---|---|---|
author | Vagrant Cascadian <vagrant@debian.org> | Tue Oct 10 09:42:39 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 16 09:42:51 2017 -0400 |
tree | f13b67d0ac156a12c85c9a5b7521f07eac2fee7e | |
parent | e5e23eeeeab4be57b4901d8b960dc1969918288f [diff] |
fs/jffs2/mini_inflate.c: use "static inline" instead of "inline" This makes gcc no longer expect an out-of-line version of the functions being present elsewhere. This fixes a failure to build on several marvell targets with gcc-7 on Debian: https://bugs.debian.org/877963 Signed-off-by: Adrian Bunk <bunk@debian.org> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>