From: Behan Webster Date: Wed, 4 Sep 2013 02:27:26 +0000 (-0400) Subject: ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.h X-Git-Tag: omap-for-v3.16/fixes-against-rc1~89^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ae03828756bac2c1fa2c7eff7485e5f815dbdb;p=pandora-kernel.git ARM: LLVMLinux: Change "extern inline" to "static inline" in glue-cache.h With compilers which follow the C99 standard (like modern versions of gcc and clang), "extern inline" does the wrong thing (emits code for an externally linkable version of the inline function). "static inline" is the correct choice instead. Author: Behan Webster Signed-off-by: Behan Webster Reviewed-by: Mark Charlebois --- Reading git-diff-tree failed