From: Martin Kaiser Date: Mon, 30 Jan 2023 19:53:02 +0000 (+0100) Subject: staging: r8188eu: option in struct sta_xmit_priv is not used X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b6d2e4e0f3cc3f8d182e35c359cae9032b337435;p=linux.git staging: r8188eu: option in struct sta_xmit_priv is not used The option component in struct sta_xmit_priv is not used, remove it. Signed-off-by: Martin Kaiser Link: https://lore.kernel.org/r/20230130195303.138941-9-martin@kaiser.cx Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/include/rtw_xmit.h b/drivers/staging/r8188eu/include/rtw_xmit.h index 4c508ab4c870e..b332c2a86dbb8 100644 --- a/drivers/staging/r8188eu/include/rtw_xmit.h +++ b/drivers/staging/r8188eu/include/rtw_xmit.h @@ -227,7 +227,6 @@ struct tx_servq { struct sta_xmit_priv { spinlock_t lock; - int option; struct tx_servq be_q; /* priority == 0,3 */ struct tx_servq bk_q; /* priority == 1,2 */ struct tx_servq vi_q; /* priority == 4,5 */