staging, rtl8192e, LLVMLinux: Change extern inline to static inline
authorBehan Webster <behanw@converseincode.com>
Wed, 29 Oct 2014 22:42:20 +0000 (15:42 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 6 Jun 2015 06:19:53 +0000 (23:19 -0700)
commit51ec10a70d9884cb31583a11c792d844434e39ca
tree256589cd1d8bea833f274d4aca897a0396b64b10
parent00ac0c1f0216d9ba96f06b7417cb8301ce0cfdbf
staging, rtl8192e, LLVMLinux: Change extern inline to static inline

commit 6d91857d4826b382b3fd4fad95f52713be646f96 upstream.

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 <behanw@converseincode.com>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_softmac.c