rtl8188eu: Remove CONFIG_USB_VENDOR_REQ_MUTEX - defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-21 18:19:17 -05:00
parent 757404fd0e
commit 72ff07da57
3 changed files with 0 additions and 11 deletions

View file

@ -203,14 +203,9 @@ struct dvobj_priv
u8 RtNumInPipes;
u8 RtNumOutPipes;
int ep_num[5]; //endpoint number
int RegUsbSS;
_sema usb_suspend_sema;
#ifdef CONFIG_USB_VENDOR_REQ_MUTEX
_mutex usb_vendor_req_mutex;
#endif
#ifdef CONFIG_USB_VENDOR_REQ_BUFFER_PREALLOC
u8 * usb_alloc_vendor_req_buf;