commit | c005f7edbbc41b33de2c5f8d31a8c12d86ffdb59 | [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 | 41ba7f525fa21941dee062b87adbbd7dde72f32f [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>