staging: rtl8723bs: remove duplicate names for _rtw_write32()
authorBryan Brattlof <hello@bryanbrattlof.com>
Tue, 18 May 2021 18:31:41 +0000 (18:31 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 15:58:35 +0000 (17:58 +0200)
commit4d6bfc6f62705ec5baee9c572d4ca03bc9e36c00
tree25ee7d369397ba1f382358a0585e4b6af1495ba1
parent1c42d72e4747fb546eba53821ae56ecf827202a7
staging: rtl8723bs: remove duplicate names for _rtw_write32()

_rtw_write32() is redefined as rtw_write32() and
PlatformEFIOWrite4Byte(). Because rtw_write32() is the only name used in
the driver, remove the duplicate definitions and rename the function
from _rtw_write32() to rtw_write32()

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/43917aee34e85139e613578cf6f14938211c8835.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