staging: rtl8723bs: remove duplicate names for _rtw_read32()
authorBryan Brattlof <hello@bryanbrattlof.com>
Tue, 18 May 2021 18:28:03 +0000 (18:28 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 15:58:35 +0000 (17:58 +0200)
commit16b1b3c8221a40bf899dfeebdb3d5245ecb65515
tree05ef987b8ee84534fd0ce0e1f042f80c95a02fde
parent8ff74e4307b42302c89023faf8fd37dbde4c4666
staging: rtl8723bs: remove duplicate names for _rtw_read32()

_rtw_read32() is redefined as rtw_read32() and PlatformEFIORead4Byte().
Because rtw_read32() is the only name used in the driver, remove the
duplicate definitions and rename the function from _rtw_read32() to
rtw_read32()

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/15956707341f76de683245c392063b8121a805ea.1621361919.git-series.hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/core/rtw_io.c
drivers/staging/rtl8723bs/include/rtw_io.h