Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723bs: remove wrapping static function

remove unneeded wrapping static function in
hal/odm_HWConif.c

Signed-off-by: Fabio Aiuto <fabioaiuto83@gmail.com>
Link: https://lore.kernel.org/r/786fc4d72db2a4b5e22c95e0e1437cfb734e1218.1628329348.git.fabioaiuto83@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Fabio Aiuto and committed by
Greg Kroah-Hartman
c328eee4 56f0c0df

+1 -12
+1 -12
drivers/staging/rtl8723bs/hal/odm_HWConfig.c
··· 393 393 /* */ 394 394 /* Endianness before calling this API */ 395 395 /* */ 396 - static void ODM_PhyStatusQuery_92CSeries( 396 + void ODM_PhyStatusQuery( 397 397 struct dm_odm_t *dm_odm, 398 398 struct odm_phy_info *phy_info, 399 399 u8 *phy_status, ··· 405 405 406 406 if (!dm_odm->RSSI_test) 407 407 odm_Process_RSSIForDM(dm_odm, phy_info, pkt_info); 408 - } 409 - 410 - void ODM_PhyStatusQuery( 411 - struct dm_odm_t *pDM_Odm, 412 - struct odm_phy_info *pPhyInfo, 413 - u8 *pPhyStatus, 414 - struct odm_packet_info *pPktinfo 415 - ) 416 - { 417 - 418 - ODM_PhyStatusQuery_92CSeries(pDM_Odm, pPhyInfo, pPhyStatus, pPktinfo); 419 408 } 420 409 421 410 /* */