summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaehyun Lim <chaehyun.lim@gmail.com>2015-09-17 16:48:42 +0900
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-18 19:46:41 -0700
commit18f05b529592e65470ff50a887b9387d7d71e724 (patch)
tree2568600cb49672bf000e127eac45b0d818df9b05
parent0063fdfb12b4cafd98846a61ac600376dc1d2693 (diff)
downloadlinux-stable-18f05b529592e65470ff50a887b9387d7d71e724.tar.gz
linux-stable-18f05b529592e65470ff50a887b9387d7d71e724.tar.bz2
linux-stable-18f05b529592e65470ff50a887b9387d7d71e724.zip
staging: wilc1000: remove INLINE macro
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>
-rw-r--r--drivers/staging/wilc1000/coreconfigurator.c1
-rw-r--r--drivers/staging/wilc1000/wilc_wlan.c1
2 files changed, 0 insertions, 2 deletions
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
/********************************************
*