Commit e478c1f5 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman
Browse files

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

parent c04d002a
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -102,13 +102,10 @@
#define	PATHDIV_REG					0xB30
#define	PATHDIV_TRI					0xBA0


/*  */
/*  Bitmap Definition */
/*  */

#define	BIT_FA_RESET					BIT0


#define	BIT_FA_RESET					BIT(0)

#endif