OSDN Git Service

staging: r8188eu: remove HalFunc member of adapter structure
authorIvan Safonov <insafonov@gmail.com>
Sat, 3 Sep 2016 15:34:00 +0000 (22:34 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Sep 2016 09:30:04 +0000 (11:30 +0200)
hal_ops structure is empty.
Also remove hal_ops definition.

Signed-off-by: Ivan Safonov <insafonov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/include/drv_types.h
drivers/staging/rtl8188eu/include/hal_intf.h

index 7b56540..7af690e 100644 (file)
@@ -155,7 +155,6 @@ struct adapter {
        struct  led_priv        ledpriv;
 
        void *HalData;
-       struct hal_ops  HalFunc;
 
        s32     bDriverStopped;
        s32     bSurpriseRemoved;
index 262a704..0c0fa35 100644 (file)
@@ -139,9 +139,6 @@ enum hal_intf_ps_func {
        HAL_MAX_ID,
 };
 
-struct hal_ops {
-};
-
 enum rt_eeprom_type {
        EEPROM_93C46,
        EEPROM_93C56,