staging: wilc1000: replace INLINE with static inline
authorChaehyun Lim <chaehyun.lim@gmail.com>
Wed, 16 Sep 2015 11:11:27 +0000 (20:11 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:46:01 +0000 (21:46 -0700)
commit9af382bca5bfab2891199c69447217a6aa3ededc
tree7a4104b78c695bf8ff67141878d57823a8466dc3
parent50b51dac4a4f26b815289d6f879eac9b77e786c1
staging: wilc1000: replace INLINE with static inline

INLINE macro is defined as static __inline so that it is replaced by
static inline.

Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/coreconfigurator.c
drivers/staging/wilc1000/wilc_wlan.c
This page took 0.024924 seconds and 5 git commands to generate.