]> git.ipfire.org Git - people/ms/u-boot.git/commit
fs/jffs2/mini_inflate.c: use "static inline" instead of "inline"
authorVagrant Cascadian <vagrant@debian.org>
Tue, 10 Oct 2017 16:42:39 +0000 (09:42 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 16 Oct 2017 13:42:51 +0000 (09:42 -0400)
commitc005f7edbbc41b33de2c5f8d31a8c12d86ffdb59
treef13b67d0ac156a12c85c9a5b7521f07eac2fee7e
parent41ba7f525fa21941dee062b87adbbd7dde72f32f
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>
fs/jffs2/mini_inflate.c