staging: rtl8723bs: remove sd_f0_read8()
authorBryan Brattlof <hello@bryanbrattlof.com>
Mon, 24 May 2021 19:53:13 +0000 (19:53 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 May 2021 16:25:52 +0000 (18:25 +0200)
commitb67decf85fd3acdee900826704d913d4329c910b
treefc1c834a3a313ae03bb937229fe44219817f3271
parenta75d6a3279110d8144f7209afa4e1f1680741412
staging: rtl8723bs: remove sd_f0_read8()

The sd_f0_read8() function, which is used by the sdio_f0_read8()
function, are not used anywhere in the driver and both can be
safely removed.

Signed-off-by: Bryan Brattlof <hello@bryanbrattlof.com>
Link: https://lore.kernel.org/r/20210524195144.1943280-1-hello@bryanbrattlof.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/hal/sdio_ops.c
drivers/staging/rtl8723bs/include/rtw_io.h
drivers/staging/rtl8723bs/include/sdio_ops_linux.h
drivers/staging/rtl8723bs/os_dep/sdio_ops_linux.c