diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2014-10-10 21:41:35 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-20 10:30:14 +0800 |
commit | f8cfb86e890028fec730804d56e782781cfb0c1a (patch) | |
tree | f6d3a06e001fca8650efe57990788e3603edbf33 | |
parent | f7d6e7c77022569712dfdb59b170870c8d624702 (diff) | |
download | lwn-f8cfb86e890028fec730804d56e782781cfb0c1a.tar.gz lwn-f8cfb86e890028fec730804d56e782781cfb0c1a.zip |
staging: rtl8723au: Remove unused struct zero_bulkout_content
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/rtl8723au/os_dep/usb_ops_linux.c | 7 |
1 files changed, 0 insertions, 7 deletions
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 <usb_ops_linux.h> #include <rtw_sreset.h> -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; |