From: Ivan Safonov Date: Wed, 24 Aug 2016 08:22:58 +0000 (+0700) Subject: staging: r8188eu: remove sha256_state structure X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87b05ed81fe26b97941e632ac07b871b23f347f9;p=linux-beck.git staging: r8188eu: remove sha256_state structure This structure does not used in driver code. Signed-off-by: Ivan Safonov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/rtw_security.h b/drivers/staging/rtl8188eu/include/rtw_security.h index ca1247bce6e3..2663e60bb6c6 100644 --- a/drivers/staging/rtl8188eu/include/rtw_security.h +++ b/drivers/staging/rtl8188eu/include/rtw_security.h @@ -164,12 +164,6 @@ struct security_priv { u8 bWepDefaultKeyIdxSet; }; -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) { \