Skip to content

Commit 2dc61f3

Browse files
Philipp Hortmanngregkh
authored andcommitted
staging: rtl8723bs: Move last macro from hal_phy_reg_8723b.h
Move last macro from hal_phy_reg_8723b.h to Hal8192CPhyReg.h to prepare removal of hal_phy_reg_8723b.h. Signed-off-by: Philipp Hortmann <[email protected]> Link: https://lore.kernel.org/r/7e1e5591af85a452415fb137767e21d0d1d163a1.1720245061.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 94a5113 commit 2dc61f3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

drivers/staging/rtl8723bs/include/Hal8192CPhyReg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,5 +1108,6 @@
11081108

11091109
/*--------------------------Define Parameters-------------------------------*/
11101110

1111+
#define rDPDT_control 0x92c
11111112

11121113
#endif /* __INC_HAL8192SPHYREG_H */

drivers/staging/rtl8723bs/include/hal_phy_reg_8723b.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,5 @@
99

1010
#include <Hal8192CPhyReg.h>
1111

12-
/* BB Register Definition */
13-
/* */
14-
/* 4. Page9(0x900) */
15-
/* */
16-
#define rDPDT_control 0x92c
1712

1813
#endif

0 commit comments

Comments
 (0)