From: Behan Webster Date: Wed, 29 Oct 2014 22:42:20 +0000 (-0700) Subject: staging, rtl8192e, LLVMLinux: Change extern inline to static inline X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~584 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d91857d4826b382b3fd4fad95f52713be646f96;p=pandora-kernel.git staging, rtl8192e, LLVMLinux: Change extern inline to static inline With compilers which follow the C99 standard (like modern versions of gcc and clang), "extern inline" does the opposite thing from older versions of gcc (emits code for an externally linkable version of the inline function). "static inline" does the intended behavior in all cases instead. Signed-off-by: Behan Webster Suggested-by: Arnd Bergmann Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed