diff options
| author | Abdun Nihaal <abdun.nihaal@gmail.com> | 2022-02-09 22:05:59 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-15 17:13:21 +0100 |
| commit | 2ea2394e01f82c8c327113af9f2c4548437ba41a (patch) | |
| tree | f481706c83c4f5d01285172a58a7f95ccc4991a6 | |
| parent | 3027d37d93a7d55d47ef39887d5af5469617c894 (diff) | |
| download | linux-2ea2394e01f82c8c327113af9f2c4548437ba41a.tar.gz linux-2ea2394e01f82c8c327113af9f2c4548437ba41a.zip | |
staging: r8188eu: remove unused struct zero_bulkout_context
struct zero_bulkout_context is not used. Remove it.
Signed-off-by: Abdun Nihaal <abdun.nihaal@gmail.com>
Link: https://lore.kernel.org/r/05b72a7b045a829de6f706295d17c9f0d5fa5e2f.1644422181.git.abdun.nihaal@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/staging/r8188eu/os_dep/usb_ops_linux.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/r8188eu/os_dep/usb_ops_linux.c b/drivers/staging/r8188eu/os_dep/usb_ops_linux.c index 3977a717d30a..d75933c73946 100644 --- a/drivers/staging/r8188eu/os_dep/usb_ops_linux.c +++ b/drivers/staging/r8188eu/os_dep/usb_ops_linux.c @@ -20,13 +20,6 @@ unsigned int ffaddr2pipehdl(struct dvobj_priv *pdvobj, u32 addr) return pipe; } -struct zero_bulkout_context { - void *pbuf; - void *purb; - void *pirp; - void *padapter; -}; - void rtw_read_port_cancel(struct adapter *padapter) { int i; |
