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

_rtw_read16() is redefined as rtw_read16() and PlatformEFIORead2Byte().
Because rtw_read16() is the only name used in the driver, remove the
duplicate definitions and rename the function from _rtw_read16() to
rtw_read16()

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