From: Jes Sorensen Date: Fri, 10 Oct 2014 19:41:35 +0000 (+0200) Subject: staging: rtl8723au: Remove unused struct zero_bulkout_content X-Git-Tag: v3.19-rc1~66^2~1076 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f8cfb86e890028fec730804d56e782781cfb0c1a;p=karo-tx-linux.git staging: rtl8723au: Remove unused struct zero_bulkout_content Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c b/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c index a3349ac57bae..c333bef90efe 100644 --- a/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c +++ b/drivers/staging/rtl8723au/os_dep/usb_ops_linux.c @@ -18,13 +18,6 @@ #include #include -struct zero_bulkout_context { - void *pbuf; - void *purb; - void *pirp; - void *padapter; -}; - void rtl8723au_read_port_cancel(struct rtw_adapter *padapter) { struct recv_buf *precvbuf;