rtl8188eu: Remove CONFIG_USB_SUPPORT_ASYNC_VDN_REQ - not defined

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-20 17:19:08 -05:00
parent dcefeda1ca
commit 8c2ab2a5c5
4 changed files with 0 additions and 158 deletions

View file

@ -955,11 +955,6 @@ void rtl8188eu_set_intf_ops(struct _io_ops *pops)
pops->_write32 = &usb_write32;
pops->_writeN = &usb_writeN;
#ifdef CONFIG_USB_SUPPORT_ASYNC_VDN_REQ
pops->_write8_async= &usb_async_write8;
pops->_write16_async = &usb_async_write16;
pops->_write32_async = &usb_async_write32;
#endif
pops->_write_mem = &usb_write_mem;
pops->_write_port = &usb_write_port;