staging: wilc1000: remove INLINE macro
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 17 Sep 2015 07:48:42 +0000 (16:48 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Sep 2015 02:46:41 +0000 (19:46 -0700)
This patch removes INLINE macro that is used anymore.

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

index 2fa279087faa21760684ec46fa5e1513b7aabd57..14e8efc09baa702a08f0aaa20cc88a1489bfae4e 100644 (file)
@@ -17,7 +17,6 @@
 /*****************************************************************************/
 /* Constants                                                                 */
 /*****************************************************************************/
-#define INLINE static __inline
 #define TAG_PARAM_OFFSET       (MAC_HDR_LEN + TIME_STAMP_LEN + \
                                                        BEACON_INTERVAL_LEN + CAP_INFO_LEN)
 
index 4c25179c2feceed5e900313cf834686857637cbf..47fa0f3d7f203b4476a7bc42e94e7a55b6e31180 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "wilc_wlan_if.h"
 #include "wilc_wlan.h"
-#define INLINE static __inline
 
 /********************************************
  *
This page took 0.026168 seconds and 5 git commands to generate.