summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-09-19 00:26:16 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-20 13:33:49 +0200
commit6955832f1375eb29b005128c51df0b73c209fcba (patch)
tree4fcb03989fa5c46700700c3b8959ff76cf7d3e2b /drivers/staging/rtl8188eu/include
parentfb1134087568dad2b974669ebcee09718b7fdc80 (diff)
downloadlinux-6955832f1375eb29b005128c51df0b73c209fcba.tar.bz2
staging: r8188eu: remove rtl8188eu_set_hal_ops function
rtl8188eu_set_hal_ops only allocates HalData member of adapter structure. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/usb_hal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/rtl8188eu/include/usb_hal.h b/drivers/staging/rtl8188eu/include/usb_hal.h
index fd9921f22848..3bcf74fc8092 100644
--- a/drivers/staging/rtl8188eu/include/usb_hal.h
+++ b/drivers/staging/rtl8188eu/include/usb_hal.h
@@ -15,6 +15,4 @@
#ifndef __USB_HAL_H__
#define __USB_HAL_H__
-void rtl8188eu_set_hal_ops(struct adapter *padapter);
-
#endif /* __USB_HAL_H__ */