forked from Minki/linux
staging: rtl8723au: Remove local #define BIT()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
00cf86c997
commit
405c9f5089
@ -72,9 +72,6 @@ static inline int rtw_netif_queue_stopped(struct net_device *pnetdev)
|
||||
netif_tx_queue_stopped(netdev_get_tx_queue(pnetdev, 3)) );
|
||||
}
|
||||
|
||||
#ifndef BIT
|
||||
#define BIT(x) ( 1 << (x))
|
||||
#endif
|
||||
static inline u32 CHKBIT(u32 x)
|
||||
{
|
||||
WARN_ON(x >= 32);
|
||||
|
Loading…
Reference in New Issue
Block a user