Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: rtl8723au: Remove unused rtw_sctx_done23a() function

Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jes Sorensen and committed by
Greg Kroah-Hartman
6a8f6189 01ffd629

-6
-5
drivers/staging/rtl8723au/core/rtw_xmit.c
··· 2362 2362 } 2363 2363 } 2364 2364 2365 - void rtw_sctx_done23a(struct submit_ctx **sctx) 2366 - { 2367 - rtw23a_sctx_done_err(sctx, RTW_SCTX_DONE_SUCCESS); 2368 - } 2369 - 2370 2365 int rtw_ack_tx_wait23a(struct xmit_priv *pxmitpriv, u32 timeout_ms) 2371 2366 { 2372 2367 struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops;
-1
drivers/staging/rtl8723au/include/rtw_xmit.h
··· 196 196 void rtw_sctx_init23a(struct submit_ctx *sctx, int timeout_ms); 197 197 int rtw_sctx_wait23a(struct submit_ctx *sctx); 198 198 void rtw23a_sctx_done_err(struct submit_ctx **sctx, int status); 199 - void rtw_sctx_done23a(struct submit_ctx **sctx); 200 199 201 200 struct xmit_buf { 202 201 struct list_head list, list2;