mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
staging: r8712u: remove unused struct 'zero_bulkout_context'
Remove struct zero_bulkout_context as it is unused. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> AW-NU120 Link: https://lore.kernel.org/r/20240601131611.52441-1-linux@treblig.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
eac2c7d84b
commit
ac7e01f401
@ -26,13 +26,6 @@
|
||||
#define RTL871X_VENQT_READ 0xc0
|
||||
#define RTL871X_VENQT_WRITE 0x40
|
||||
|
||||
struct zero_bulkout_context {
|
||||
void *pbuf;
|
||||
void *purb;
|
||||
void *pirp;
|
||||
void *padapter;
|
||||
};
|
||||
|
||||
uint r8712_usb_init_intf_priv(struct intf_priv *pintfpriv)
|
||||
{
|
||||
pintfpriv->piorw_urb = usb_alloc_urb(0, GFP_ATOMIC);
|
||||
|
Loading…
Reference in New Issue
Block a user