Changes in v2: - Remove build warnings I introduced in the previous version. *** There is a lot of un-used code and un-needed abstractions leftover in this driver from when (I assume) it could be compiled on more than one kernel. This series removes dead code and is one small step toward refactoring how this driver interacts with the SDIO subsystem. Bryan Brattlof (5): staging: rtl8723bs: remove sdio_write_mem() staging: rtl8723bs: remove sdio_writeN() staging: rtl8723bs: remove sdio_read_mem() and sdio_readN() staging: rtl8723bs: remove unused definitions from rtw_io.h staging: rtl8723bs: remove _read_port from _io_ops structure drivers/staging/rtl8723bs/hal/sdio_ops.c | 116 --------------------- drivers/staging/rtl8723bs/include/rtw_io.h | 96 ----------------- 2 files changed, 212 deletions(-) -- 2.30.2