staging: r8188eu: remove unused struct zero_bulkout_context
authorAbdun Nihaal <abdun.nihaal@gmail.com>
Wed, 9 Feb 2022 16:35:59 +0000 (22:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Feb 2022 16:13:21 +0000 (17:13 +0100)
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>
drivers/staging/r8188eu/os_dep/usb_ops_linux.c

index 3977a717d30a026160aff1a4fc1b65cabe99d666..d75933c7394651d65c34df47596670059c0c4280 100644 (file)
@@ -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;