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 <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/7e1e5591af85a452415fb137767e21d0d1d163a1.1720245061.git.philipp.g.hortmann@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Philipp Hortmann 2024-07-07 08:52:47 +02:00 committed by Greg Kroah-Hartman
parent 94a51131b2
commit 2dc61f379d
2 changed files with 1 additions and 5 deletions

View File

@ -1108,5 +1108,6 @@
/*--------------------------Define Parameters-------------------------------*/
#define rDPDT_control 0x92c
#endif /* __INC_HAL8192SPHYREG_H */

View File

@ -9,10 +9,5 @@
#include <Hal8192CPhyReg.h>
/* BB Register Definition */
/* */
/* 4. Page9(0x900) */
/* */
#define rDPDT_control 0x92c
#endif