From: navin patidar Date: Wed, 7 May 2014 04:01:18 +0000 (+0530) Subject: staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame X-Git-Tag: next-20140530~19^2~413 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5b0a7eae9fc51a891c1b5f5cdaaf05d0c4876e16;p=karo-tx-linux.git staging: rtl8188eu: Remove 'u8 fragcnt' from struct recv_frame Remove unused variable 'u8 fragcnt'. Signed-off-by: navin patidar Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h index b0fbdbd83580..f0c26ef8f66a 100644 --- a/drivers/staging/rtl8188eu/include/rtw_recv.h +++ b/drivers/staging/rtl8188eu/include/rtw_recv.h @@ -253,7 +253,6 @@ struct recv_frame { struct sk_buff *pkt; struct sk_buff *pkt_newalloc; struct adapter *adapter; - u8 fragcnt; struct rx_pkt_attrib attrib; uint len; u8 *rx_head;