From: Jes Sorensen Date: Sun, 30 Nov 2014 21:04:58 +0000 (-0500) Subject: staging: rtl8723au: Remove unused rtw_sctx_done23a() function X-Git-Tag: omap-for-v3.20/drop-legacy-3517~70^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a8f6189979fcc6eca18da270fcbd984d6713254;p=pandora-kernel.git staging: rtl8723au: Remove unused rtw_sctx_done23a() function Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_xmit.c b/drivers/staging/rtl8723au/core/rtw_xmit.c index 00a04af66ff5..7a5e6bf0d1ae 100644 --- a/drivers/staging/rtl8723au/core/rtw_xmit.c +++ b/drivers/staging/rtl8723au/core/rtw_xmit.c @@ -2362,11 +2362,6 @@ void rtw23a_sctx_done_err(struct submit_ctx **sctx, int status) } } -void rtw_sctx_done23a(struct submit_ctx **sctx) -{ - rtw23a_sctx_done_err(sctx, RTW_SCTX_DONE_SUCCESS); -} - int rtw_ack_tx_wait23a(struct xmit_priv *pxmitpriv, u32 timeout_ms) { struct submit_ctx *pack_tx_ops = &pxmitpriv->ack_tx_ops; Reading git-diff-tree failed