Re: [PATCH 3/6] staging: rtl8723bs: remove sdio_read_mem()

From: Fabio M. De Francesco
Date: Sun Aug 22 2021 - 02:25:57 EST


On Sunday, August 22, 2021 1:55:29 AM CEST Bryan Brattlof wrote:
> The sdio_read_mem() function is unused. We can remove it.
>
> Signed-off-by: Bryan Brattlof <hello@xxxxxxxxxxxxxxxxx>
> ---
> drivers/staging/rtl8723bs/hal/sdio_ops.c | 11 -----------
> drivers/staging/rtl8723bs/include/rtw_io.h | 2 --
> 2 files changed, 13 deletions(-)

This change adds a build warning, which is not allowed.

Please merge this, and the 4/6 patch into a single change, so that it
all is removed together, causing no build warnings at any point in time.

thanks,

Fabio