staging: rtl8723bs: remove duplicate names for _rtw_write8()
authorBryan Brattlof <hello@bryanbrattlof.com>
Tue, 18 May 2021 18:27:54 +0000 (18:27 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 15:58:35 +0000 (17:58 +0200)
commit7f06caf9a40bb3c08fe86c8355ace25b7ce69ba9
treede9089e6b1642c90da844fd1f35f94dd9e1ddb1c
parent16b1b3c8221a40bf899dfeebdb3d5245ecb65515
staging: rtl8723bs: remove duplicate names for _rtw_write8()

_rtw_write8() is redefined as rtw_write8() and PlatformEFIOWrite1Byte().
Because rtw_write8() is the only name used in the driver, remove the
duplicate definitions and rename the function from _rtw_write8() to
rtw_write8()

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