From: Jes Sorensen Date: Wed, 9 Apr 2014 21:21:14 +0000 (+0200) Subject: staging: rtl8723au: Remove unnecessary forward struct declarations from xmit_osdep.h X-Git-Tag: firefly_0821_release~176^2~3465^2~39^2~1569 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=458dc03913b77501f069b268198d0751b8837e46;p=firefly-linux-kernel-4.4.55.git staging: rtl8723au: Remove unnecessary forward struct declarations from xmit_osdep.h Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/include/xmit_osdep.h b/drivers/staging/rtl8723au/include/xmit_osdep.h index 9740ef6d96f9..2be04c48656c 100644 --- a/drivers/staging/rtl8723au/include/xmit_osdep.h +++ b/drivers/staging/rtl8723au/include/xmit_osdep.h @@ -21,12 +21,6 @@ #define NR_XMITFRAME 256 -struct xmit_priv; -struct pkt_attrib; -struct sta_xmit_priv; -struct xmit_frame; -struct xmit_buf; - int rtw_xmit23a_entry23a(struct sk_buff *pkt, struct net_device *pnetdev); void rtw_os_xmit_schedule23a(struct rtw_adapter *padapter);