From: Chaehyun Lim Date: Thu, 17 Sep 2015 07:48:42 +0000 (+0900) Subject: staging: wilc1000: remove INLINE macro X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=18f05b529592e65470ff50a887b9387d7d71e724;p=deliverable%2Flinux.git staging: wilc1000: remove INLINE macro This patch removes INLINE macro that is used anymore. Signed-off-by: Chaehyun Lim Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/coreconfigurator.c index 2fa279087faa..14e8efc09baa 100644 --- a/drivers/staging/wilc1000/coreconfigurator.c +++ b/drivers/staging/wilc1000/coreconfigurator.c @@ -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) diff --git a/drivers/staging/wilc1000/wilc_wlan.c b/drivers/staging/wilc1000/wilc_wlan.c index 4c25179c2fec..47fa0f3d7f20 100644 --- a/drivers/staging/wilc1000/wilc_wlan.c +++ b/drivers/staging/wilc1000/wilc_wlan.c @@ -9,7 +9,6 @@ #include "wilc_wlan_if.h" #include "wilc_wlan.h" -#define INLINE static __inline /******************************************** *