summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/wifi.h
diff options
context:
space:
mode:
authorAnish Bhatt <anish7@gmail.com>2015-09-09 15:57:10 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-09-12 18:24:56 -0700
commit4c021dc0b8722365e9aee06d7a2213b5d93075c7 (patch)
tree0ab2288d5570bf9ade1d77e40d898f86187787bd /drivers/staging/rtl8712/wifi.h
parent27934f362a90039b8cd9e48721ace549fd2ae417 (diff)
downloadop-kernel-dev-4c021dc0b8722365e9aee06d7a2213b5d93075c7.zip
op-kernel-dev-4c021dc0b8722365e9aee06d7a2213b5d93075c7.tar.gz
staging/rtl8712 : Remove duplicated BIT() definitions
The BIT() macro is already defined in bitops.h, remove duplicate definitions. Signed-off-by: Anish Bhatt <anish@chelsio.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/wifi.h')
-rw-r--r--drivers/staging/rtl8712/wifi.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/rtl8712/wifi.h b/drivers/staging/rtl8712/wifi.h
index 67c6ebf..7a352c4 100644
--- a/drivers/staging/rtl8712/wifi.h
+++ b/drivers/staging/rtl8712/wifi.h
@@ -28,11 +28,6 @@
#include <linux/compiler.h>
-#ifdef BIT
-#undef BIT
-#endif
-#define BIT(x) (1 << (x))
-
#define WLAN_IEEE_OUI_LEN 3
#define WLAN_CRC_LEN 4
#define WLAN_BSSID_LEN 6
OpenPOWER on IntegriCloud