summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/os_dep/usb_intf.c
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-11 22:51:37 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:34:02 -0700
commit8f7c67e3e113cd6e85c3aaf6b2e41155c9ecd1f2 (patch)
tree441c920fd6150a741dfdd5fded6fc898cddb74d5 /drivers/staging/rtl8188eu/os_dep/usb_intf.c
parentc7b2e995a1226a09a30ad0f9dd6e922f21b3dd28 (diff)
staging: rtl8188eu: Remove functions initialize rtw_[read,write] wrapper
we have removed all rtw_[read,write]() function calls, so no need to initialize structures used to build rtw_[read,write] abstraction. Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/os_dep/usb_intf.c')
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_intf.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/rtl8188eu/os_dep/usb_intf.c b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
index 491d8e5a6ec0..c4a4880e7b8a 100644
--- a/drivers/staging/rtl8188eu/os_dep/usb_intf.c
+++ b/drivers/staging/rtl8188eu/os_dep/usb_intf.c
@@ -396,9 +396,6 @@ static struct adapter *rtw_usb_if1_init(struct dvobj_priv *dvobj,
padapter->intf_start = &usb_intf_start;
padapter->intf_stop = &usb_intf_stop;
- /* step init_io_priv */
- rtw_init_io_priv(padapter, usb_set_intf_ops);
-
/* step read_chip_version */
rtw_hal_read_chip_version(padapter);