From: Philipp Hortmann Date: Wed, 18 Jan 2023 19:59:37 +0000 (+0100) Subject: staging: rtl8192e: Remove unused variable H2CTxCmdSeq X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5190cd2a203d125b2dfb7eaabdad496811e9d5fd;p=linux.git staging: rtl8192e: Remove unused variable H2CTxCmdSeq H2CTxCmdSeq is never used. Remove resulting dead code. Signed-off-by: Philipp Hortmann Link: https://lore.kernel.org/r/3e6da78dff15cb5e5e26450d8e3f23e2e10ce61f.1674071236.git.philipp.g.hortmann@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h index e90cc61b38178..12a869a556bb4 100644 --- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.h +++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.h @@ -525,8 +525,6 @@ struct r8192_priv { bool force_lps; bool chan_forced; - - u8 H2CTxCmdSeq; }; extern const struct ethtool_ops rtl819x_ethtool_ops;