summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaehyun Lim2015-09-17 09:48:42 +0200
committerGreg Kroah-Hartman2015-09-19 04:46:41 +0200
commit18f05b529592e65470ff50a887b9387d7d71e724 (patch)
tree2568600cb49672bf000e127eac45b0d818df9b05
parentstaging: rtl8192u: r8192U_core: fix comments lines over 80 characters (diff)
downloadkernel-qcow2-linux-18f05b529592e65470ff50a887b9387d7d71e724.tar.gz
kernel-qcow2-linux-18f05b529592e65470ff50a887b9387d7d71e724.tar.xz
kernel-qcow2-linux-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
/********************************************
*