aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include/drv_types.h
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-10-08 01:01:01 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:25:15 +0200
commit4f1ca4d093981abd31eeaf9637df5c03c1b38af5 (patch)
tree70dd7ed15dbea9cd92b9b7b94d7bded6363c0522 /drivers/staging/rtl8188eu/include/drv_types.h
parentstaging:r8188eu: remove rtw_os_recv_resource_alloc function (diff)
downloadlinux-dev-4f1ca4d093981abd31eeaf9637df5c03c1b38af5.tar.xz
linux-dev-4f1ca4d093981abd31eeaf9637df5c03c1b38af5.zip
staging:r8188eu: remove wrappers for rtw_hal_inirp_init function
There is no reason to use these wrappers. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/drv_types.h')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h
index 32326fd1dd24..5eb56b1281d2 100644
--- a/drivers/staging/rtl8188eu/include/drv_types.h
+++ b/drivers/staging/rtl8188eu/include/drv_types.h
@@ -156,7 +156,6 @@ struct adapter {
u8 hw_init_completed;
void *cmdThread;
- void (*intf_start)(struct adapter *adapter);
void (*intf_stop)(struct adapter *adapter);
struct net_device *pnetdev;
struct net_device *pmondev;