staging: rtl8723bs: remove duplicate name for _rtw_write_port()
authorBryan Brattlof <hello@bryanbrattlof.com>
Tue, 18 May 2021 18:29:47 +0000 (18:29 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 19 May 2021 15:58:35 +0000 (17:58 +0200)
commit3bdc1bc67ed392601d5645c99c37a06410e03768
tree89c202459a82b22f7a5a089c0ace2fbe79da9a13
parent4d6bfc6f62705ec5baee9c572d4ca03bc9e36c00
staging: rtl8723bs: remove duplicate name for _rtw_write_port()

_rtw_write_port() is being redefined as rtw_write_port(). Because
rtw_write_port() is the only name used in the driver, remove the
duplicate definition and rename the function from _rtw_write_port()
to rtw_write_port()

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