staging/rtl8188eu : Remove duplicated BIT() definitions
authorAnish Bhatt <anish7@gmail.com>
Mon, 14 Sep 2015 05:00:44 +0000 (22:00 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2015 15:50:48 +0000 (08:50 -0700)
commit6dd19f19a5e2fb78681e5f33431200e2b5aec763
treef62d77bdaa306735291483c06b67d94c7fe6e34a
parent9137f812e911fc8030e8b954b097e62e29691154
staging/rtl8188eu : Remove duplicated BIT() definitions

The BIT() macro is already defined in bitops.h, remove duplicate
definitions. Users of BIT() macro are expecting unsigned int/u32, so
add typecasts where this creates a build warning.

Signed-off-by: Anish Bhatt <anish@chelsio.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
drivers/staging/rtl8188eu/core/rtw_wlan_util.c
drivers/staging/rtl8188eu/include/rtl8188e_spec.h
drivers/staging/rtl8188eu/include/wifi.h