staging: rtl8188eu: Remove unused member MultiFunc from struct hal_data_8188e
authornavin patidar <navin.patidar@gmail.com>
Mon, 28 Jul 2014 17:41:22 +0000 (23:11 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 31 Jul 2014 00:16:09 +0000 (17:16 -0700)
Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_hal_init.c
drivers/staging/rtl8188eu/include/rtl8188e_hal.h

index 161138f..fbf70f6 100644 (file)
@@ -517,7 +517,6 @@ static struct HAL_VERSION ReadChipVersion8188E(struct adapter *padapter)
        pHalData->RegulatorMode = ((value32 & TRP_BT_EN) ? RT_LDO_REGULATOR : RT_SWITCHING_REGULATOR);
 
        ChipVersion.ROMVer = 0; /*  ROM code version. */
-       pHalData->MultiFunc = RT_MULTI_FUNC_NONE;
 
        dump_chip_info(ChipVersion);
 
index 4b7b069..fb20653 100644 (file)
@@ -240,7 +240,6 @@ enum rt_regulator_mode {
 
 struct hal_data_8188e {
        struct HAL_VERSION      VersionID;
-       enum rt_multi_func MultiFunc; /*  For multi-function consideration. */
        enum rt_regulator_mode RegulatorMode; /*  switching regulator or LDO */
        u16     CustomerID;