From: navin patidar Date: Wed, 7 May 2014 04:01:17 +0000 (+0530) Subject: staging: rtl8188eu: Remove 'int frame_tag' from struct recv_frame X-Git-Tag: next-20140530~19^2~414 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b85675a8f0c9d24b25b3ee98db678f0d86b67d04;p=karo-tx-linux.git staging: rtl8188eu: Remove 'int frame_tag' from struct recv_frame Remove unused variable 'int frame_tag'. 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 e14ba986c36f..b0fbdbd83580 100644 --- a/drivers/staging/rtl8188eu/include/rtw_recv.h +++ b/drivers/staging/rtl8188eu/include/rtw_recv.h @@ -254,7 +254,6 @@ struct recv_frame { struct sk_buff *pkt_newalloc; struct adapter *adapter; u8 fragcnt; - int frame_tag; struct rx_pkt_attrib attrib; uint len; u8 *rx_head;