From: Marco Cesati Date: Mon, 22 Mar 2021 13:37:09 +0000 (+0100) Subject: Staging: rtl8723bs: remove useless structs in rtw_security.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cb22eb37e50b7834d9acf6166d8cff9ebd74af81;p=linux.git Staging: rtl8723bs: remove useless structs in rtw_security.h Remove the following unreferenced struct in include/rtw_security.h: struct sha256_state Signed-off-by: Marco Cesati Link: https://lore.kernel.org/r/20210322133717.17797-12-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723bs/include/rtw_security.h b/drivers/staging/rtl8723bs/include/rtw_security.h index 0d3f7d46c33f7..60b05a620eee4 100644 --- a/drivers/staging/rtl8723bs/include/rtw_security.h +++ b/drivers/staging/rtl8723bs/include/rtw_security.h @@ -193,12 +193,6 @@ struct security_priv { #endif /* DBG_SW_SEC_CNT */ }; -struct sha256_state { - u64 length; - u32 state[8], curlen; - u8 buf[64]; -}; - #define GET_ENCRY_ALGO(psecuritypriv, psta, encry_algo, bmcst)\ do {\ switch (psecuritypriv->dot11AuthAlgrthm)\