staging: rtl8723au: odm_reg.h: Use BIT() instead of BITx

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Jes Sorensen 2014-05-16 10:03:41 +02:00 committed by Greg Kroah-Hartman
parent c04d002ac2
commit e478c1f52d

View file

@ -102,13 +102,10 @@
#define PATHDIV_REG 0xB30 #define PATHDIV_REG 0xB30
#define PATHDIV_TRI 0xBA0 #define PATHDIV_TRI 0xBA0
/* */ /* */
/* Bitmap Definition */ /* Bitmap Definition */
/* */ /* */
#define BIT_FA_RESET BIT0 #define BIT_FA_RESET BIT(0)
#endif #endif